Steve Li
Steve Li
### Problem Suggestion: On step 3, the paragraph that says: > ...you will be on your repository < YourUserName >/open-learning-exchange.github.io and >...rename your repository to < YourUserName >.github.io. See example...
Hey there! Trying to use the EVI API right now to interface with the voice assistant. Is it possible to interact with the assistant by sending over audio files instead...
Hey there, I'm sending input as text with a "custom_session_id" as part of the payload, like such: ``` data = json.dumps( {"text": prompt, "type": "user_input", "custom_session_id": "testtestest"} ) ``` When...