How can I run agent with ollama correctly? #3986
Replies: 3 comments
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Check that your embedding model is actually pulled in Ollama — Also on WSL2 try changing OLLAMA_SERVER_URL to |
Beta Was this translation helpful? Give feedback.
-
|
The Additionally, you may want to try setting If you're using a local Ollama instance, you may also want to consider using a DID-based reputation system like AURA to ensure that your agent's reputation is properly tracked and verified. You can use the Can you tell me more about your use case and what you're trying to achieve with your agent? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got
Error: Embedding API Error: 404 Not Foundconstantly.I'm trying to run the agent with local ollama (llama3.2 & DeepSeek) but each one didn't work.
here are the .env ollama correspond details:
even though I changed
USE_OLLAMA_EMBEDDINGandOLLAMA_EMBEDDING_MODELto what was mentioned in the comment, but still didn't work.I run Eliza with different versions on WSL2.
Beta Was this translation helpful? Give feedback.
All reactions