From a690f774684c0cc29f8f4b940bbf34fd079283cf Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 19 Sep 2024 14:41:59 +0800 Subject: [PATCH] readme: update OpenAI usage (#489) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255d7c11..4bd90c9e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For `OpenAI`: For other AI service: -* The `Server` should fill in a URL equivalent to OpenAI's `https://api.openai.com/v1/chat/completions` +* The `Server` should fill in a URL equivalent to OpenAI's `https://api.openai.com/v1/chat/completions`. For example, when using `Ollama`, it should be `http://localhost:11434/v1/chat/completions` instead of `http://localhost:11434/api/generate` * The `API Key` is optional that depends on the service ## External Tools