mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-10-16 03:30:36 +08:00
修复arm的问题
This commit is contained in:
@@ -730,7 +730,7 @@ pub async fn handle_chat(
|
||||
index: 0,
|
||||
message: Some(Message {
|
||||
role: Role::Assistant,
|
||||
content: MessageContent::Text(full_text),
|
||||
content: MessageContent::Text(full_text.trim_leading_newlines()),
|
||||
}),
|
||||
delta: None,
|
||||
finish_reason: Some(FINISH_REASON_STOP.to_string()),
|
||||
|
Reference in New Issue
Block a user