feat: 支持非流式传输功能
This commit is contained in:
@@ -9,9 +9,9 @@ public class ChatCompletionsInput
|
||||
public string? Prompt { get; set; }
|
||||
public string Model { get; set; }
|
||||
|
||||
public decimal Temperature { get; set; }
|
||||
public decimal? Temperature { get; set; }
|
||||
|
||||
public int max_tokens { get; set; }
|
||||
public int? max_tokens { get; set; }
|
||||
}
|
||||
|
||||
public class OpenAiMessage
|
||||
|
||||
Reference in New Issue
Block a user