Seedframe Anthropic
Anthropic AI integration crate for Seedframe, provides struct AnthropicClient which implements the trait Seedframe::completion::CompletionModel
Intended for use with the #[client] macro
Accepts the following configuration parameters, passed as json to the config attribute in the client proc-macro
- model: optional String - identifier for the model to use
- api_key_var: optional String - Environment variable name containing the API key
- api_url: optional String - Custom API endpoint URL
use AnthropicCompletionModel;
;