浏览代码

Update Groq AI Model Config (#7335)

With current config will get error "Fail to access model(gemma-7b-it)
using this api key"
Since the model has been removed, according to Groq official document:
https://console.groq.com/docs/models

### Type of change

- [ x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.19.0
Jason Li 6 个月前
父节点
当前提交
67b087019c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      conf/llm_factories.json

+ 0
- 6
conf/llm_factories.json 查看文件

@@ -929,12 +929,6 @@
"tags": "LLM",
"status": "1",
"llm": [
{
"llm_name": "gemma-7b-it",
"tags": "LLM,CHAT,15k",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "gemma2-9b-it",
"tags": "LLM,CHAT,15k",

正在加载...
取消
保存