Siddharth Das

Results 14 comments of Siddharth Das

Following the below link worked for me. [https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip](https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip)

@Nemo1710 Did you find a solution?

I got everything working with this: ``` os.environ['OPENAI_API_BASE'] = 'http://localhost:11434' os.environ['OPENAI_MODEL_NAME'] = 'ollama/llama3.2' os.environ['OPENAI_API_KEY'] = 'NA' ``` Note: Using this will make this your default llm, no need to configure...

I got everything working with this: ``` os.environ['OPENAI_API_BASE'] = 'http://localhost:11434' os.environ['OPENAI_MODEL_NAME'] = 'ollama/llama3.2' os.environ['OPENAI_API_KEY'] = 'NA' ``` Note: Using this will make this your default llm, no need to configure...