Hi Team,
I tried to run the file in the short course, Build Long-Context AI Apps with Jamba > L3, and got an error below. Could you kindly advise me? Thank you.
python code:
response = client.chat.completions.create(messages=messages,
model=‘jamba-1.5-large’,…)
Error:
UnprocessableEntity: Failed with http status code: 422 (UnprocessableEntity). Details: {“detail”:“The provided model is not supported. See Jamba for a list of supported models”}