refactor: Improved prompt for personalization.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-05-19 20:49:47 -07:00
parent 23b48e5945
commit ad13d815a5
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")