Commit 302d45e
authored
[Cursor] Enhance LLM model versions and add current year rule for better performance and capabilities (#105)
Updated LLM model versions, upgrading Anthropic to claude-3-7-sonnet-20250219 and Gemini to gemini-2.0-flash-exp, to improve performance and functionality.
Added rule to use the current year (2025) for recent news searches, preventing the model from defaulting to its training data cutoff year.
更新 LLM 模型版本,將 Anthropic 模型升級至 claude-3-7-sonnet-20250219,並將 Gemini 模型升級至 gemini-2.0-flash-exp,以優化性能與功能。
新增使用當前年份(2025)進行近期新聞搜索的規則,避免模型預設按訓練資料截止年份查詢。
LLM モデルバージョンを更新し、Anthropic モデルを claude-3-7-sonnet-20250219 に、Gemini モデルを gemini-2.0-flash-exp にアップデートして、パフォーマンスと機能を向上。
最新ニュース検索に現在の年号(2025)を使用するルールを追加し、モデルがトレーニングデータの締切年をデフォルトとするのを防ぎます。1 parent bda6437 commit 302d45e
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments