Merge pull request #1 from shiv248/shiv/readme.md-403-error

[doc] added errors section for 403
This commit is contained in:
Erick Friis
2024-10-04 17:07:32 -07:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -2,4 +2,5 @@ __pycache__
.venv
.mypy_cache
.pytest_cache
.idea
.env
+7 -1
View File
@@ -71,7 +71,13 @@ You can add your own tools by adding them to the `server/src/server/tools.py` fi
You can add your own custom instructions by adding them to the `server/src/server/prompt.py` file for Python or the `js_server/src/prompt.ts` folder for TypeScript.
## Errors
- `WebSocket connection: HTTP 403`
- This error is due to account permissions from OpenAI side, your account/org doesn't have api access to Realtime API or insufficient funds.
- check if you have Realtime API access in the playground [here](https://platform.openai.com/playground/realtime).
## Next steps
- [ ] Enable interrupting the AI
- [ ] Enable changing of instructions/tools based on state
- [ ] Enable changing of instructions/tools based on state