From b91b17789f848408e9a73723b73fe46a75ad9631 Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 4 Feb 2026 22:22:01 +0100 Subject: [PATCH] Update README with predefined OpenAI Compatible API configurations Added predefined OpenAI Compatible API configurations for various APIs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95d1828f..d4b22e06 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Using an API integration, you can activate some automatic features: > - **OpenAI Compatible API** > - You can also use a local OpenAI Compatible API server, like LM Studio or Mistral AI! > - There is also an option to remove the "v1" segment from the API url, if needed, and to manually set the model name if the server doesn't have a models list endpoint. +> - You can also use one of these predefined configurations: +> - DeepSeek API +> - Grok API +> - Mistral API +> - OpenRouter API +> - Perpelxity API