I am trying to get this to work with mammouth https://mammouth.ai. I set env vars accordingly but I get the following error during the first step, when trying to generate a playlist:
Question generation failed: Error code: 400 - {'error': {'message': "{'error': '/chat/completions: Invalid model name passed in model=. Call /v1/models to view available models for your key.'}", 'type': 'None', 'param': 'None', 'code': '400'}}
As I understand this, you are supposed to send a model name parameter in the /chat/completions POST request, which mediasage does not do.
I hope you can fix this. Let me know if you need additional information.
I am trying to get this to work with mammouth https://mammouth.ai. I set env vars accordingly but I get the following error during the first step, when trying to generate a playlist:
Question generation failed: Error code: 400 - {'error': {'message': "{'error': '/chat/completions: Invalid model name passed in model=. Call
/v1/modelsto view available models for your key.'}", 'type': 'None', 'param': 'None', 'code': '400'}}As I understand this, you are supposed to send a model name parameter in the /chat/completions POST request, which mediasage does not do.
I hope you can fix this. Let me know if you need additional information.