Open myrainbowandsky opened 1 year ago
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