HINDSIGHT_API_LLM_URL is always pointing to openai URL #51
Replies: 1 comment 2 replies
-
|
@mgchong-dcc can you share your setup? I can't reproduce it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I experience the following issue:
It seems that the HINDSIGHT_API_LLM_URL is always point it to https://platform.openai.com/account/api-keys even the HINDSIGHT_LLM_PROVIDER is set to Ollama.
.env
HINDSIGHT_LLM_PROVIDER=ollama
HINDSIGHT_API_LLM_URL="http://localhost:11434"
HINDSIGHT_API_LLM_MODEL=mistral:latest
HINDSIGHT_PG_URL="postgresql://hindsight_user:pass@localhost:5432/hindsight"
Beta Was this translation helpful? Give feedback.
All reactions