readme: update OpenAI usage (#489)

This commit is contained in:
leo 2024-09-19 14:41:59 +08:00
parent 0ed1f369e9
commit a690f77468
No known key found for this signature in database

View file

@ -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