Spaces:
Sleeping
Sleeping
update memory model
Browse files- app/config.py +1 -1
app/config.py
CHANGED
|
@@ -23,7 +23,7 @@ class Settings(BaseSettings):
|
|
| 23 |
|
| 24 |
AGENT_MODEL: str = "gemini-2.5-flash"
|
| 25 |
RERANKING_MODEL: str = "rerank-v3.5"
|
| 26 |
-
MEMORY_MANAGER_MODEL: str = "
|
| 27 |
|
| 28 |
NUM_HISTORY_RUNS: int = 5
|
| 29 |
SEARCH_LIMIT: int = 6
|
|
|
|
| 23 |
|
| 24 |
AGENT_MODEL: str = "gemini-2.5-flash"
|
| 25 |
RERANKING_MODEL: str = "rerank-v3.5"
|
| 26 |
+
MEMORY_MANAGER_MODEL: str = "moonshotai/kimi-k2-instruct-0905"
|
| 27 |
|
| 28 |
NUM_HISTORY_RUNS: int = 5
|
| 29 |
SEARCH_LIMIT: int = 6
|