refactor: Improved prompt for personalization.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-05-19 20:48:48 -07:00
parent 8a23d43e8a
commit f824842ec3
4 changed files with 38 additions and 9 deletions

View file

@ -59,6 +59,8 @@ class Config:
fast_llm_instance = ChatLiteLLM(model=FAST_LLM, api_base=FAST_LLM_API_BASE)
else:
fast_llm_instance = ChatLiteLLM(model=FAST_LLM)
# STRATEGIC LLM
STRATEGIC_LLM = os.getenv("STRATEGIC_LLM")