Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClientNotFound = errors.New("client not found")
View Source
var ErrNoModelProvided = errors.New("no model was provided")
Functions ¶
Types ¶
type APICredentials ¶
type APICredentials struct {
BellmanURL string `cli:"bellman-url"`
BellmanKeyName string `cli:"bellman-key-name"`
BellmanKey string `cli:"bellman-key"`
VertexAICredential string `cli:"vertexai-credential"`
VertexAIProject string `cli:"vertexai-project"`
VertexAIRegion string `cli:"vertexai-region"`
OpenAIKey string `cli:"openai-key"`
AnthropicKey string `cli:"anthropic-key"`
VoyageAIKey string `cli:"voyageai-key"`
}
type Answer ¶
type Conf ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) RegisterEmbeder ¶
func (*Proxy) RegisterGen ¶
Click to show internal directories.
Click to hide internal directories.