mirror of
https://github.com/Zippland/Snap-Solver.git
synced 2026-02-15 16:26:04 +08:00
gemini pro
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
"name": "Alibaba",
|
||||
"api_key_id": "AlibabaApiKey",
|
||||
"class_name": "AlibabaModel"
|
||||
},
|
||||
"google": {
|
||||
"name": "Google",
|
||||
"api_key_id": "GoogleApiKey",
|
||||
"class_name": "GoogleModel"
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
@@ -77,6 +82,22 @@
|
||||
"isReasoning": false,
|
||||
"version": "latest",
|
||||
"description": "阿里通义千问VL-MAX模型,视觉理解能力最强,支持图像理解和复杂任务"
|
||||
},
|
||||
"gemini-2.5-pro-preview-03-25": {
|
||||
"name": "Gemini 2.5 Pro",
|
||||
"provider": "google",
|
||||
"supportsMultimodal": true,
|
||||
"isReasoning": true,
|
||||
"version": "preview-03-25",
|
||||
"description": "Google最强大的Gemini 2.5 Pro模型,支持图像理解"
|
||||
},
|
||||
"gemini-2.0-flash": {
|
||||
"name": "Gemini 2.0 Flash",
|
||||
"provider": "google",
|
||||
"supportsMultimodal": true,
|
||||
"isReasoning": false,
|
||||
"version": "latest",
|
||||
"description": "Google更快速的Gemini 2.0 Flash模型,支持图像理解,响应更迅速"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"default": {
|
||||
"a_default": {
|
||||
"name": "默认提示词",
|
||||
"content": "您是一位专业的问题解决专家。请逐步分析问题,找出问题所在,并提供详细的解决方案。始终使用用户偏好的语言回答。",
|
||||
"description": "通用问题解决提示词"
|
||||
@@ -14,7 +14,7 @@
|
||||
"content": "您是一位专业的多选题解析专家。当看到一个多选题时,请:\n1. 仔细阅读题目要求和所有选项\n2. 逐一分析每个选项的正确性\n3. 明确列出所有正确选项\n4. 详细解释每个正确选项的理由\n5. 说明错误选项的问题所在\n6. 归纳总结相关知识点",
|
||||
"description": "专为多选题分析设计的提示词"
|
||||
},
|
||||
"acm_programming": {
|
||||
"programming": {
|
||||
"name": "ACM编程题提示词",
|
||||
"content": "您是一位专业的ACM编程竞赛解题专家。当看到一个编程题时,请:\n1. 分析题目要求、输入输出格式和约束条件\n2. 确定解题思路和算法策略\n3. 分析算法复杂度\n4. 提供完整、可运行的代码实现\n5. 解释代码中的关键部分\n6. 提供一些测试用例及其输出\n7. 讨论可能的优化方向",
|
||||
"description": "专为ACM编程竞赛题设计的提示词"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.2.0",
|
||||
"build_date": "2025-04-02",
|
||||
"version": "1.3.0",
|
||||
"build_date": "2025-04-11",
|
||||
"github_repo": "Zippland/Snap-Solver"
|
||||
}
|
||||
Reference in New Issue
Block a user