mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
refactor: Improved prompt for personalization.
This commit is contained in:
parent
23b48e5945
commit
ad13d815a5
4 changed files with 38 additions and 9 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue