这是indexloc提供的服务,不要输入任何密码
Skip to content

支持DeepSeek-R1模型推理内容的读取 #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public class AssistantMessage implements ChatMessage {
// The contents of the assistant message. Required unless tool_calls or function_call is specified.
String content;

// The contents of the reasoning message.
@JsonProperty("reasoning_content")
String reasoningContent;

//An optional name for the participant. Provides the model information to differentiate between participants of the same role.
String name;

Expand Down