Documentation
¶
Index ¶
Constants ¶
View Source
const ( EndpointChat = "/openai/v1/chat/completions" EndpointChatCompletions = "/v1/chat/completions" EndpointEmbeddings = "/openai/v1/embeddings" )
Variables ¶
This section is empty.
Functions ¶
func FromChatCompletionResponse ¶
func FromChatCompletionResponse(in openai.ChatCompletion) ollamaapi.ChatResponse
func FromErrorResponse ¶
func FromErrorResponse(statusCode int) func(response openai.ErrorResponse) ollamaapi.StatusError
Types ¶
type ChatCompletionRequest ¶
type ChatCompletionRequest struct {
openai.ChatCompletionRequest `json:",inline"`
}
func ToChatCompletionRequest ¶
func ToChatCompletionRequest(in ollamaapi.ChatRequest) ChatCompletionRequest
func (ChatCompletionRequest) MarshalJSON ¶
func (in ChatCompletionRequest) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.