Documentation
¶
Overview ¶
Package website provides api and web ui for the chatbot.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct {
Messages []Message `json:"messages"`
Stream bool `json:"stream"`
TopK *int32 `json:"top_k"`
TopP *float32 `json:"top_p"`
Temperature *float32 `json:"temperature"`
MaxTokens *int `json:"max_tokens"`
Thinking *string `json:"enable_thinking"`
ReasoningEffort *string `json:"reasoning_effort"`
}
Click to show internal directories.
Click to hide internal directories.