README - typo in CAI_STREAM variable name (#381)

Fix typo in CAI_STREAM variable name
This commit is contained in:
blakkd 2025-12-19 14:57:45 +01:00 committed by GitHub
parent 68e33196ee
commit 559de8fcbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"
OLLAMA=""
ALIAS_API_KEY="<sk-your-key>" # note, add yours
CAI_STEAM=False
CAI_STREAM=False
CAI_MODEL="alias1"
```