Skip to content

Commit

Permalink
typo fixed;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha committed Sep 12, 2024
1 parent 59d6476 commit 1f4f146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# Embedding Model selection
EMBEDDING_MODEL_TYPE = env("EMBEDDING_MODEL_TYPE")
EMBEDDING_MODEL_URL = env("EMBEDDING_MODEL_URL")
EMBEDDING_MODEL_NAME = env("EMBDDING_MODEL_NAME")
EMBEDDING_MODEL_NAME = env("EMBEDDING_MODEL_NAME")
OLLAMA_EMBEDDING_MODEL_BASE_URL = env("OLLAMA_EMBEDDING_MODEL_BASE_URL")
# LLM selection
LLM_TYPE = env("LLM_TYPE")
Expand Down

0 comments on commit 1f4f146

Please sign in to comment.