mirror of
https://github.com/run-llama/openai_realtime_client.git
synced 2026-07-01 21:04:00 -04:00
Merge pull request #12 from liorboord/fix/samples-run-properly
This commit is contained in:
@@ -9,7 +9,7 @@ Include two examples that run directly in the terminal -- using both manual and
|
||||
Install system deps:
|
||||
|
||||
```bash
|
||||
brew install ffmpeg
|
||||
brew install ffmpeg portaudio
|
||||
```
|
||||
|
||||
Install python deps:
|
||||
|
||||
@@ -2,7 +2,6 @@ import asyncio
|
||||
import os
|
||||
|
||||
from pynput import keyboard
|
||||
|
||||
from openai_realtime_client import RealtimeClient, InputHandler, AudioHandler
|
||||
from llama_index.core.tools import FunctionTool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user