mirror of
https://github.com/alibaba/higress.git
synced 2026-06-01 16:47:27 +08:00
feat: support claude ai model (#969)
Signed-off-by: chengzw <chengzw258@163.com>
This commit is contained in:
@@ -30,6 +30,7 @@ type chatCompletionRequest struct {
|
||||
Tools []tool `json:"tools,omitempty"`
|
||||
ToolChoice *toolChoice `json:"tool_choice,omitempty"`
|
||||
User string `json:"user,omitempty"`
|
||||
Stop []string `json:"stop,omitempty"`
|
||||
}
|
||||
|
||||
type streamOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user