Skip to content

RetryConfig for anthropic client #39

Description

@MohamedKamal000

why there is no RetryConfig for anthropic client similar to the one in openai client ?

Anthropic:

  explicit AnthropicClient(
      const std::string& api_key,
      const std::string& base_url = "https://api.anthropic.com");

OpenAI:

  explicit OpenAIClient(const std::string& api_key,
                        const std::string& base_url,
                        const retry::RetryConfig& retry_config);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions