From 6421a677ebc29727e6adfd21c566ee924c6ea6ca Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 16 Oct 2025 12:38:07 -0600 Subject: [PATCH] docs: Updated outdated API links in the config example --- config.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 3772493..d9366c7 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -173,7 +173,7 @@ clients: api_base: https://api.x.ai/v1 api_key: '{{XAI_API_KEY}}' # You can either hard-code or inject secrets from the Loki vault - # See https://docs.ai21.com/docs/quickstart + # See https://docs.ai21.com/docs/overview - type: openai-compatible name: ai12 api_base: https://api.ai21.com/studio/v1 @@ -184,7 +184,7 @@ clients: api_base: https://api.cohere.ai/v2 # Optional api_key: '{{COHERE_API_KEY}}' # You can either hard-code or inject secrets from the Loki vault - # See https://docs.perplexity.ai/docs/getting-started + # See https://docs.perplexity.ai/getting-started/overview - type: openai-compatible name: perplexity api_base: https://api.perplexity.ai