SengokuCola
6db380b10d
fix:修复回复器格式问题,记录完整空回复请求
2026-04-11 21:23:31 +08:00
SengokuCola
09bce14664
feat:为失败请求留档并提供重试分析
2026-04-07 15:16:06 +08:00
SengokuCola
d82b37a08f
feat:修复gemini tool问题,简化表情包识别,修复非多模态plan图片识别
2026-04-05 14:50:52 +08:00
DrSmoothl
0a08973c41
feat: Enhance emoji and image management with asynchronous background processing
...
- Added support for scheduling background tasks to build emoji and image descriptions when not found in cache.
- Improved error handling and logging for emoji and image processing.
- Updated `SessionMessage` processing to allow for optional heavy media analysis and voice transcription.
- Refactored logging messages for better clarity and consistency across various modules.
- Introduced a new function to build outbound log previews for messages, enhancing logging capabilities.
2026-03-26 23:03:47 +08:00
DrSmoothl
777d4cb0d2
feat: Enhance OpenAI compatibility and introduce unified LLM service data models
...
- Refactored model fetching logic to support various authentication methods for OpenAI-compatible APIs.
- Introduced new data models for LLM service requests and responses to standardize interactions across layers.
- Added an adapter base class for unified request execution across different providers.
- Implemented utility functions for building OpenAI-compatible client configurations and request overrides.
2026-03-26 16:15:42 +08:00
UnCLAS-Prommer
77725ba9d8
逐步适配新的config
2026-01-15 23:51:19 +08:00
xiaoxi68
613f8e8783
fix: 规范 OpenAI/Gemini 客户端图片 MIME(jpg/jpeg→image/jpeg)
2025-12-13 01:20:33 +08:00
xiaoxi68
3b964307ce
fix: 修复工具调用 JSON Schema 中 float 类型导致的 422 错误
2025-12-11 20:00:47 +08:00
墨梓柒
44f427dc64
Ruff fix
2025-11-19 23:35:14 +08:00
SengokuCola
ebe224b0a1
fix:bool和boolean问题
2025-11-13 23:43:35 +08:00
墨梓柒
7839acd25d
Ruff fix
2025-11-13 13:24:55 +08:00
foxplaying
9662d818a7
恢复
2025-10-26 15:01:18 +08:00
foxplaying
d5696c12d4
增加Search功能
2025-10-19 00:50:32 +08:00
foxplaying
c0a7cc2102
Update gemini_client.py
2025-10-17 23:14:33 +08:00
foxplaying
3231f4f2f8
增加详细输出
2025-10-17 23:11:34 +08:00
foxplaying
8cad5bb45d
增强检测
2025-09-28 13:37:06 +08:00
foxplaying
2009ee3b5e
合并修改
2025-09-28 07:58:16 +08:00
foxplaying
a5f60c5f06
Merge branch 'dev' into patch-2
2025-09-28 07:33:15 +08:00
墨梓柒
e9a5488b62
Ruff Fix
2025-09-28 00:02:18 +08:00
foxplaying
7597af64d8
删除多余写入
2025-09-26 23:26:11 +08:00
foxplaying
a0ba989710
移除thought输出
2025-09-26 23:20:18 +08:00
foxplaying
ed9c1a999f
fix:修复流式检测方式
2025-09-26 01:42:53 +08:00
foxplaying
a54bf78945
支持流式
2025-09-24 23:19:53 +08:00
foxplaying
dcb75d7b94
优化方法
2025-09-24 23:06:37 +08:00
foxplaying
39f43d315d
更详细的报错和提示
2025-09-24 21:46:15 +08:00
foxplaying
8ba4fb60c6
更具体的报错
2025-09-24 21:23:58 +08:00
foxplaying
ab8982c341
优化处理
2025-09-24 21:02:43 +08:00
UnCLAS-Prommer
294b451c96
修复typing
2025-09-23 20:51:01 +08:00
foxplaying
fbc84789cb
优化预算处理
2025-09-23 17:15:21 +08:00
foxplaying
3eeb1a84b3
时间单位转换
2025-09-22 12:43:34 +08:00
foxplaying
be5b1cd1f5
优化处理
2025-09-22 12:28:06 +08:00
foxplaying
45115b802f
优化方法
2025-09-22 11:59:12 +08:00
foxplaying
978c627d7d
增强方法
2025-09-21 22:05:41 +08:00
foxplaying
ce8b80a721
Update gemini_client.py
2025-09-21 21:54:37 +08:00
foxplaying
036be7a99b
Update gemini_client.py
2025-09-21 21:36:02 +08:00
foxplaying
be3b80f90e
修改方法
2025-09-21 21:08:07 +08:00
foxplaying
74183ff079
尝试传入自定义base_url(实验性)
2025-09-21 20:56:35 +08:00
UnCLAS-Prommer
aa1155cc5b
解决UnboundLocalError
2025-08-31 12:30:11 +08:00
UnCLAS-Prommer
527645016e
remove getattr in gemini client
2025-08-26 21:37:00 +08:00
google-labs-jules[bot]
6483955919
fix(llm): Add retry mechanism for empty API responses
2025-08-25 19:41:13 +08:00
UnCLAS-Prommer
49cb5e9b28
修复gemini_client的小错误
2025-08-21 23:26:45 +08:00
foxplaying
a8ecd9bfa3
修复逻辑问题,增加后处理
2025-08-21 08:42:27 +08:00
foxplaying
ea64f1b2ed
fix(gemini): 对 thinking_budget 不同模型的处理
2025-08-21 05:53:03 +08:00
foxplaying
068b2dc3d6
fix(gemini): 对 thinking_budget 不同模型的处理
2025-08-21 05:47:25 +08:00
foxplaying
2a4facee0c
fix(gemini): 对 thinking_budget 不同模型的处理
2025-08-21 05:29:45 +08:00
foxplaying
167114e7be
Update gemini_client.py
2025-08-19 15:31:43 +08:00
Eric-Terminal
52cbaca6c2
Update src/llm_models/model_client/gemini_client.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-08-12 20:29:22 +08:00
Eric-Terminal
c59f8de306
fix(gemini): Correct MIME type for jpg images
2025-08-12 20:21:25 +08:00
UnCLAS-Prommer
cbe244d8f6
Gemini音频转录功能,以及尝试防止空回复
2025-08-04 20:12:24 +08:00
UnCLAS-Prommer
75d3673d15
先raise占位
2025-08-03 19:58:32 +08:00