Skip to content

Commit

Permalink
fix var because langchain is coded by incompetents
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 21, 2024
1 parent 35758f1 commit d964d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/mapping_generation/manager_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _load_llm(model="llama3", hugging_face=False):
# org_id = os.getenv("OPENAI_ORG_ID")
my_org_id = os.getenv("CT_MAPPER_OPENAI_ORG_ID", "")
groq_api = os.getenv("GROQ_API_KEY", "")
togather_api = os.getenv("TOGATHER_API_KEY", "")
togather_api = os.getenv("TOGATHER_API_KEY", "placeholder")
hf_key = os.getenv("HF_API_KEY", "")
# mixtral_api = os.getenv("MIXTRAL_API_KEY")
if hugging_face and "gpt" not in model:
Expand Down

0 comments on commit d964d02

Please sign in to comment.