#Problems when using LLM

1 messages · Page 1 of 1 (latest)

outer cove
#

Hi, I tried some scenarios with LLM, all of them failed:

  1. Inside a dagger session, I tried llm but it gave this error: ! Post "http://dagger/query": unexpected EOF

  2. I couldn't find this error elsewhere, even on this server. I found this [reply](#1346303706995626004 message) inside a thread about LLM, so I tried the command and this was the output:

$ dagger <<'EOF'
llm | with-container $(container | from alpine) | with-prompt "you have access to a container. Install everything needed to develop in Python" | container | publish ttl.sh/my-python-dev-container
EOF
✔ connect 1.4s
✔ loading type definitions 0.2s

A new release of dagger is available: v0.18.0 → v0.18.1
To upgrade, see https://docs.dagger.io/install
https://github.com/dagger/dagger/releases/tag/v0.18.1

Error: no function "with-container" in type "LLM"

How can I make it work?