* added function calling code back * removed old llm_context file * added integration testing for openai * added function calling example * added function callbacks * added function start callback * fixup * fixup * added different return type support for function calling * intake example working * added frame loggers * cleanup * fixup * Update openai.py * removed function call frame types * fixup * re-added example * renumbered wake phrase * fixup for autopep8 * remove unused imports
4 lines
195 B
Plaintext
4 lines
195 B
Plaintext
DAILY_SAMPLE_ROOM_URL=https://yourdomain.daily.co/yourroom # (for joining the bot to the same room repeatedly for local dev)
|
|
DAILY_API_KEY=7df...
|
|
OPENAI_API_KEY=sk-PL...
|
|
ELEVENLABS_API_KEY=aeb... |