File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44from api .ai .connectors .openrouter_connector import OpenRouterConnector
55from api .ai .services .prompt_service import PromptService
66
7- LLM_MODEL : str = "qwen/qwen3-235b-a22b-2507 "
7+ LLM_MODEL : str = "openai/gpt-oss-120b "
88LLM_TEMPERATURE : float = 0
99
1010CHAT_PROMPT_PATH : str = "api/prompts/chat.prompt"
Original file line number Diff line number Diff line change 88from api .ai .services .tools_service import ToolsService
99from api .ai .services .transcription_service import TranscriptionService
1010
11- LLM_MODEL : str = "qwen/qwen3-235b-a22b-2507 "
11+ LLM_MODEL : str = "openai/gpt-oss-120b "
1212LLM_TEMPERATURE : float = 0
1313
1414handler = CallbackHandler ()
Original file line number Diff line number Diff line change 22
33from api .ai .connectors .exa_connector import ExaConnector
44
5- EXA_MODEL = "exa-fast-preview "
5+ EXA_MODEL = "exa"
66
77
88class SearchService :
You can’t perform that action at this time.
0 commit comments