chenchun
|
1727107190
|
feat: 为 Anthropic DTO 添加 signature、stop_sequence、cache_creation 和 service_tier 字段
在 Yi.Framework.AiHub.Domain.Shared/Dtos/Anthropic/AnthropicChatCompletionDto.cs 中新增字段:
- AnthropicChatCompletionDto: Signature、StopSequence(带 JsonPropertyName)
- AnthropicChatCompletionDtoContentBlock: signature(小写字段)
- AnthropicCompletionDtoUsage: CacheCreation、ServiceTier(带 JsonPropertyName)
|
2026-01-07 11:27:14 +08:00 |
|
chenchun
|
5157eac35c
|
fix: 修复 Anthropic TokenUsage 计算与流式响应的用量统计
|
2026-01-05 19:34:48 +08:00 |
|
chenchun
|
b4a97e8b09
|
feat: 完成系统监控页面
|
2026-01-05 15:44:48 +08:00 |
|
chenchun
|
688d93e5c1
|
feat: 完成倍率的配置化
|
2025-11-25 09:54:13 +08:00 |
|
ccnetcore
|
a13ee395c7
|
feat: 支持 x-api-key 认证并扩展 Anthropic 响应字段,优化工具调用处理
|
2025-10-18 13:23:54 +08:00 |
|
ccnetcore
|
d6adf9b736
|
feat: 增加 Claude 模型 Token 使用量倍数调整功能
|
2025-10-14 23:41:26 +08:00 |
|
ccnetcore
|
5934056fe6
|
fix: 修复Anthropic接口TokenUsage序列化及HttpClient创建方式问题
|
2025-10-12 14:38:26 +08:00 |
|
chenchun
|
fdc868323f
|
fix: 修正 TokenUsage 计算逻辑,使用 CacheReadInputTokens 替代重复的 CacheCreationInputTokens
|
2025-10-11 23:36:26 +08:00 |
|
chenchun
|
593b3a4cdd
|
fix: 修正消息与Anthropic返回的Token统计逻辑,避免零值覆盖并支持缓存Token计算
|
2025-10-11 23:27:46 +08:00 |
|
chenchun
|
345ed80ec8
|
feat: 新增claude接口转换支持
|
2025-10-11 15:25:43 +08:00 |
|