mirror of https://github.com/aliasrobotics/cai.git
README - typo in CAI_STREAM variable name (#381)
Fix typo in CAI_STREAM variable name
This commit is contained in:
parent
68e33196ee
commit
559de8fcbc
|
|
@ -524,7 +524,7 @@ If you are using alias1 model, make sure that CAI is >0.4.0 version and here you
|
||||||
OPENAI_API_KEY="sk-1234"
|
OPENAI_API_KEY="sk-1234"
|
||||||
OLLAMA=""
|
OLLAMA=""
|
||||||
ALIAS_API_KEY="<sk-your-key>" # note, add yours
|
ALIAS_API_KEY="<sk-your-key>" # note, add yours
|
||||||
CAI_STEAM=False
|
CAI_STREAM=False
|
||||||
CAI_MODEL="alias1"
|
CAI_MODEL="alias1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue