File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ai/gen-ai-agents/voice-ai-agent Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ Everything runs in a loop until you stop it with `Ctrl+C`.
3737
3838- ` main.py ` – the script you shared; runs the whole loop.
3939- ` requirements.txt ` – Python dependencies.
40- - ` .env ` – ** local** , not committed, real values.
4140- ` example.env ` – safe template with placeholder values for others.
4241
4342---
4443
4544## Requirements
4645
4746- Python 3.11+ (recommended)
48- - Valid OCI tenancy and user with:
47+ - Valid OCI tenancy and user with:
4948 - Permission to use ** AI Speech** (STT + TTS),
5049 - Permission to use ** Generative AI Agent Runtime** .
5150- Configured ` ~/.oci/config ` with a profile matching your env (` OCI_PROFILE ` ).
52- - A working microphone on your machine (Windows, since it uses ` winsound ` ).
51+
52+ - A working microphone on your machine (Windows, since it uses ` winsound ` ).
You can’t perform that action at this time.
0 commit comments