Results 1 comments of jeanboy

I had a similar problem. I solved it by exporting the OPENAI_BASE_URL environment variable with my local environment, like this: ``` export OPENAI_BASE_URL="http://localhost:11434/v1" ``` This allows the openai Python library...