You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After stumbling around and reliasing that I had to switch to project based API keys, I had this working for two calls. Howeve, I am now getting the following error when I debug my voice assistant:
"Sorry, I had a problem talking to OpenAI: Error code: 400 - {'error': {'message': "Invalid 'messages[1].name': string does not match pattern. Expected a string that matches the pattern '^[a-zA-Z0-9_-]+$'.", 'type': 'invalid_request_error', 'param': 'messages[1].name', 'code': 'invalid_value'}}"
Since I have not done this before, please let me know what I can include to help figure out why I am getting this problem and how I can resolve it. Thank you!
The text was updated successfully, but these errors were encountered:
I just installed and setup Extended OpenAI Converstation as per FutureProofHomes video here:
https://youtu.be/pAKqKTkx5X4?si=-qt_DwQWwiGm-SVB
After stumbling around and reliasing that I had to switch to project based API keys, I had this working for two calls. Howeve, I am now getting the following error when I debug my voice assistant:
"Sorry, I had a problem talking to OpenAI: Error code: 400 - {'error': {'message': "Invalid 'messages[1].name': string does not match pattern. Expected a string that matches the pattern '^[a-zA-Z0-9_-]+$'.", 'type': 'invalid_request_error', 'param': 'messages[1].name', 'code': 'invalid_value'}}"
Since I have not done this before, please let me know what I can include to help figure out why I am getting this problem and how I can resolve it. Thank you!
The text was updated successfully, but these errors were encountered: