From 72d1e5958dcd41e56d791cc6b49e14eceec4183a Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 28 Apr 2024 07:34:31 +0000 Subject: [PATCH] chore: add openai-compatible platforms to config.example.yaml --- config.example.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index 523771f..b45514e 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -73,7 +73,12 @@ clients: - type: groq api_key: gsk_xxx # ENV: {client_name}_API_KEY - # Any openai-compatible API providers + # Any platform that is compatible with OpenAI's API can be used here, including: + # - anyscale: https://docs.anyscale.com/endpoints/model-serving/openai-migration-guide + # - deepinfra: https://deepinfra.com/docs/advanced/openai_api + # - fireworks: https://readme.fireworks.ai/docs/openai-compatibility + # - together: https://docs.together.ai/docs/openai-api-compatibility + # - huggingface: https://huggingface.co/docs/text-generation-inference/messages_api - type: openai-compatible name: localai api_base: http://localhost:8080/v1