You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get this running with Ollama serving Llama2 combined with LiteLLM as a Local OpenAI Proxy Server that will accept and serve OpenAI request to Ollama. You will still need to follow through the setup process in the README but when you run the ./restart.sh script you can prepend OPENAI_BASE_URL="http://localhost:<LITELLM_PORT> before the nohup python main.py to point to the running Local OpenAI Proxy Server.
How to run AgentSims with LLama2
The text was updated successfully, but these errors were encountered: