eliranwong / letmedoit

An advanced AI assistant that leverages the capabilities of ChatGPT API, Gemini Pro, AutoGen, and open-source LLMs, enabling it both to engage in conversations and to execute computing tasks on local devices.
https://letmedoit.ai
GNU General Public License v3.0
117 stars 24 forks source link

PortAudio library not found (QuickStart "letmedoit") #61

Open ngoiyaeric opened 2 months ago

ngoiyaeric commented 2 months ago
raise OSError('PortAudio library not found') OSError: PortAudio library not found
eliranwong commented 1 month ago

May I ask what os you are using?

ngoiyaeric commented 1 month ago

Linux

eliranwong commented 1 month ago

Linux

what distro?

ngoiyaeric commented 1 month ago

Debian bookworm x86/64

eliranwong commented 1 month ago

Have you tried:

sudo apt update && sudo apt install portaudio19-dev
pip install --upgrade PyAudio
ngoiyaeric commented 1 month ago

How can I use Gemini instead of openai when letmedoit first runs