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
Enter Groq API key.
2.Choose any Groq model: Llama3 8B, Llama3 70B, or Mixtral 8x7B.
Input prompt.
Expected behavior / 期望行为
If selected, any Groq models should respond to the prompt input.
Screenshots / 截图
Devtools Info / 开发者工具信息
LangChainBot.js:56
POST https://api.groq.com/openai/v1/chat/completions 400 (Bad Request)
Bot.js:204 Error send prompt to Llama 3 70b@Groq API:
Error: 400 {"error":{"message":"'temperature' : value must be a number","type":"invalid_request_error"}}
at C.generate (error.mjs:36:20)
at Fe.makeStatusError (core.mjs:256:25)
at Fe.makeRequest (core.mjs:299:30)
at async t._fn (index.js:50:4)
OS and version / 操作系统版本
Windows 10
ChatALL version / ChatALL 版本
v1.82.107
Network / 网络
No
Additional context / 其它相关信息
No response
The text was updated successfully, but these errors were encountered:
Describe the bug / 描述问题
Groq API cannot respond to the prompt input.
To Reproduce / 复现步骤
2.Choose any Groq model: Llama3 8B, Llama3 70B, or Mixtral 8x7B.
Expected behavior / 期望行为
If selected, any Groq models should respond to the prompt input.
Screenshots / 截图
Devtools Info / 开发者工具信息
LangChainBot.js:56
POST https://api.groq.com/openai/v1/chat/completions 400 (Bad Request)
Bot.js:204 Error send prompt to Llama 3 70b@Groq API:
Error: 400 {"error":{"message":"'temperature' : value must be a number","type":"invalid_request_error"}}
at C.generate (error.mjs:36:20)
at Fe.makeStatusError (core.mjs:256:25)
at Fe.makeRequest (core.mjs:299:30)
at async t._fn (index.js:50:4)
OS and version / 操作系统版本
Windows 10
ChatALL version / ChatALL 版本
v1.82.107
Network / 网络
No
Additional context / 其它相关信息
No response
The text was updated successfully, but these errors were encountered: