Module: Llmemory::LLM::HttpClient
- Included in:
- Anthropic, OpenAI, VectorStore::OpenAIEmbeddings
- Defined in:
- lib/llmemory/llm/http_client.rb
Constant Summary collapse
- RETRYABLE_STATUSES =
[429, 500, 502, 503, 504].freeze
[429, 500, 502, 503, 504].freeze