Service unavailable
#252
by
skdanish
- opened
Does anyone facing "Service Unavailable" for model mistralai/Mixtral-8x7B-Instruct-v0.1?
or there is any issue in my react code
const response = await hf.chatCompletion({
model: "mistralai/Mixtral-8x7B-Instruct-v0.1",
messages: [
{ role: "system", content: SYSTEM_PROMPT },
{ role: "user", content: USER_CONTENT }
],
max_tokens: 1024
})
console.log("response", response)
return response.choices[0].message.content;
not sure, but it keeps rejecting my token(s) right now...
Yes, I am facing the same
Same
Yes Facing the same issue
same here ! and I have the same react code written as @skdanish
Same here, does anyone have solutions?
Looks like it is working now. Thanks