I’m working with chatGPT to write my first API based program. The intent is to set up a two way multiuser voice program to have an AI participate as a Real Time equal live panelist in a small conference (the NSS Space Development Summit). I’m not sure chatGPT is getting things right in the code example. My python is rusty as I mostly use ObjC in day to day work, and I’d be interested in seeing any example Python code people may have for live conversations.
hey @dale.amon, I’ve got an all-py example of realtime audio conversation on github that is linked to chattyfriend.com
it usually runs on raspberry pi but I test it on mac before loading the device so you can see it run that way.
hope it helps…