Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChatCompletionObject = "chat.completion" ChatCompletionChunkObject = "chat.completion.chunk" )
View Source
const ( Titan = "titan" Cohere = "cohere" )
Variables ¶
This section is empty.
Functions ¶
func NewBedrockEmbeddingsProxy ¶
func NewBedrockEmbeddingsProxy(region string) (api.OpenAIProxy, error)
func NewBedrockProxy ¶
func NewBedrockProxy(region string) (api.OpenAIProxy, error)
Types ¶
type BedrockEmbeddingsProxy ¶
type BedrockEmbeddingsProxy struct {
// contains filtered or unexported fields
}
func (*BedrockEmbeddingsProxy) Proxy ¶
func (b *BedrockEmbeddingsProxy) Proxy() http.HandlerFunc
type BedrockProxy ¶
type BedrockProxy struct {
// contains filtered or unexported fields
}
func (*BedrockProxy) Proxy ¶
func (b *BedrockProxy) Proxy() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.