mirror of
https://github.com/langchain-ai/react-voice-agent.git
synced 2026-07-01 15:35:18 -04:00
Merge pull request #1 from shiv248/shiv/readme.md-403-error
[doc] added errors section for 403
This commit is contained in:
@@ -2,4 +2,5 @@ __pycache__
|
||||
.venv
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
.idea
|
||||
.env
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user