feat: 优化 Gemini 模型思考过程展示逻辑

This commit is contained in:
yinpeng
2024-12-25 00:36:32 +08:00
parent 5a1c3bdbe7
commit 9d5a99583d
2 changed files with 54 additions and 31 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ class Settings(BaseSettings):
MODEL_SEARCH: List[str] = ["gemini-2.0-flash-exp"]
TOOLS_CODE_EXECUTION_ENABLED: bool = False
SHOW_SEARCH_LINK: bool = True
SHOW_THINKING_PROCESS: bool = True
class Config:
env_file = ".env"