This website requires JavaScript.
Explore
Help
Sign In
lisone
/
ds2api
Watch
1
Star
0
Fork
0
You've already forked ds2api
mirror of
https://github.com/CJackHwang/ds2api.git
synced
2026-05-05 08:55:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v2.3.0_Beta
ds2api
/
internal
/
util
History
CJACK.
a6aa4a1839
补充工具调用行为说明并修正测试文档过时命令
2026-03-03 00:39:02 +08:00
..
helpers.go
feat: centralize utility functions, abstract SSE stream collection, and add concurrency to admin account testing.
2026-02-17 03:31:19 +08:00
messages_test.go
refactor: Modularize OpenAI message normalization and prompt building, enhancing
MessagesPrepare
to support additional content types and tool call formatting.
2026-02-18 00:54:54 +08:00
messages.go
feat: Implement admin settings UI, enhance admin authentication with password hashing, and add new streaming runtime logic for Claude and OpenAI adapters with extensive compatibility tests.
2026-02-19 02:45:38 +08:00
render_test.go
feat: Hide raw tool call JSON from
output_text
in OpenAI-style responses when structured tool calls are present.
2026-02-19 00:28:44 +08:00
render.go
feat: Implement admin settings UI, enhance admin authentication with password hashing, and add new streaming runtime logic for Claude and OpenAI adapters with extensive compatibility tests.
2026-02-19 02:45:38 +08:00
standard_request.go
feat: Improve OpenAI tool call handling by passing unknown tool calls as content and filtering streamed tool calls by schema.
2026-02-22 19:33:52 +08:00
toolcalls_candidates.go
feat: Implement DeepSeek integration, refactor model adapters for streaming and tool calls, enhance admin and account management, and introduce new UI features for settings, API testing, and Vercel sync.
2026-02-22 17:25:48 +08:00
toolcalls_format.go
feat: Implement DeepSeek integration, refactor model adapters for streaming and tool calls, enhance admin and account management, and introduce new UI features for settings, API testing, and Vercel sync.
2026-02-22 17:25:48 +08:00
toolcalls_parse.go
补充工具调用行为说明并修正测试文档过时命令
2026-03-03 00:39:02 +08:00
toolcalls_test.go
补充工具调用行为说明并修正测试文档过时命令
2026-03-03 00:39:02 +08:00
util_edge_test.go
feat: add Gemini API compatibility, refactor stream rendering, and enhance tool call handling and configuration options
2026-02-22 20:53:42 +08:00