Skip to content

Commit a690f77

Browse files
committed
readme: update OpenAI usage (sourcegit-scm#489)
1 parent 0ed1f36 commit a690f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For `OpenAI`:
9797

9898
For other AI service:
9999

100-
* The `Server` should fill in a URL equivalent to OpenAI's `https://api.openai.com/v1/chat/completions`
100+
* 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`
101101
* The `API Key` is optional that depends on the service
102102

103103
## External Tools

0 commit comments

Comments
 (0)