mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: Initial version of SurfSense own LangGraph Agent.
This commit is contained in:
parent
6e1a254fcd
commit
34300ead02
13 changed files with 884 additions and 167 deletions
|
|
@ -42,10 +42,8 @@ class Config:
|
|||
|
||||
# GPT Researcher
|
||||
FAST_LLM = os.getenv("FAST_LLM")
|
||||
SMART_LLM = os.getenv("SMART_LLM")
|
||||
STRATEGIC_LLM = os.getenv("STRATEGIC_LLM")
|
||||
fast_llm_instance = ChatLiteLLM(model=extract_model_name(FAST_LLM))
|
||||
smart_llm_instance = ChatLiteLLM(model=extract_model_name(SMART_LLM))
|
||||
strategic_llm_instance = ChatLiteLLM(model=extract_model_name(STRATEGIC_LLM))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue