Skip to content

Commit

Permalink
Fix KeyError: 'ollama_base_url' (docker#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
denverdino committed Dec 22, 2023
1 parent a61f493 commit f8cde89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

embeddings, dimension = load_embedding_model(
embedding_model_name,
config={ollama_base_url: ollama_base_url},
config={"ollama_base_url": ollama_base_url},
logger=BaseLogger(),
)

Expand Down

0 comments on commit f8cde89

Please sign in to comment.