Expand description
§Clients
The clients module is simply a place for all our implemented clients and there supporting code. This is going to be common for any embedding model’s and LLM’s we support and the easiest is the example of our OpenAI client.
Structs§
- Anthropic
Chat Completion Client AnthropicChatCompletionClient
- OpenAI
Chat Completion Client OpenAIChatCompletionClient
- OpenAI
Completion Stream OpenAICompletionStream
- OpenAI
Embedding Client OpenAIEmbeddingClient
Enums§
- Anthropic
Error AnthropicError
- Anthropic
Model AnthropicModel
- Completion
Stream Value CompletionStreamValue
- OpenAI
Error OpenAIError
- OpenAI
Model OpenAIModel
- Prompt
Message PromptMessage