mirror of https://github.com/aliasrobotics/cai.git
Change OLLAMA_API_BASE to OPENAI_BASE_URL in README
Updated environment variable name from OLLAMA_API_BASE to OPENAI_BASE_URL in README.
This commit is contained in:
parent
93b17abdf7
commit
826be82b00
|
|
@ -534,12 +534,12 @@ CAI supports configuring a custom OpenAI API base URL via the `OPENAI_BASE_URL`
|
|||
|
||||
Example `.env` entry configuration:
|
||||
```
|
||||
OLLAMA_API_BASE="https://custom-openai-proxy.com/v1"
|
||||
OPENAI_BASE_URL="https://custom-openai-proxy.com/v1"
|
||||
```
|
||||
|
||||
Or directly from the command line:
|
||||
```bash
|
||||
OLLAMA_API_BASE="https://custom-openai-proxy.com/v1" cai
|
||||
OPENAI_BASE_URL="https://custom-openai-proxy.com/v1" cai
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue