You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Function get_anthropic_completion/2: This function calls the AnthropicHTTPClient.complete method, providing an interface to get completions from the Anthropic API.
Updated Module Documentation: The moduledoc now includes information about the new function and its purpose, along with the existing OpenAI functions.
Examples and Options: Added an example for using get_anthropic_completion/2 and listed the relevant options for configuring the Anthropic API request.