Merge pull request #12 from liorboord/fix/samples-run-properly

This commit is contained in:
Logan
2025-05-15 10:43:54 -06:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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:
-1
View File
@@ -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