mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Update default models: Gemini models to 2.5 series, Gpt 4o to 4.1
This commit is contained in:
@@ -17,8 +17,8 @@ default_offline_chat_models = [
|
|||||||
"bartowski/gemma-2-2b-it-GGUF",
|
"bartowski/gemma-2-2b-it-GGUF",
|
||||||
"bartowski/Qwen2.5-14B-Instruct-GGUF",
|
"bartowski/Qwen2.5-14B-Instruct-GGUF",
|
||||||
]
|
]
|
||||||
default_openai_chat_models = ["gpt-4o-mini", "gpt-4o"]
|
default_openai_chat_models = ["gpt-4o-mini", "gpt-4.1"]
|
||||||
default_gemini_chat_models = ["gemini-2.0-flash", "gemini-1.5-pro"]
|
default_gemini_chat_models = ["gemini-2.5-flash-preview-04-17", "gemini-2.5-pro-preview-03-25"]
|
||||||
default_anthropic_chat_models = ["claude-3-7-sonnet-latest", "claude-3-5-haiku-latest"]
|
default_anthropic_chat_models = ["claude-3-7-sonnet-latest", "claude-3-5-haiku-latest"]
|
||||||
|
|
||||||
empty_config = {
|
empty_config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user