Skip to content

Commit 986a1be

Browse files
Fix typo in README
1 parent a673ac8 commit 986a1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/poet_chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Once you have these variables, you can run the demo with
2828
```bash
2929
FISHJAM_ID=<your-fishjam-id> \
3030
FISHJAM_MANAGEMENT_TOKEN=<your-management-token> \
31-
GEMINI_API_KEY=<your-api-token> \
31+
OPENAI_API_KEY=<your-api-token> \
3232
uv run ./main.py
3333
```
3434

0 commit comments

Comments
 (0)