Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更换cloudflare 模型问题 #61

Open
laorent opened this issue Aug 18, 2024 · 2 comments
Open

更换cloudflare 模型问题 #61

laorent opened this issue Aug 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@laorent
Copy link

laorent commented Aug 18, 2024

使用更改GitHub代码的方式更改模型,代码中更改了Llama 3.1,写法符合cloudflare模型和项目模型的格式。在重新部署后无法使用新模型

@Jazee6 Jazee6 added the bug Something isn't working label Aug 18, 2024
@Jazee6
Copy link
Owner

Jazee6 commented Aug 18, 2024

贴一下代码

@laorent
Copy link
Author

laorent commented Aug 18, 2024

贴一下代码

}, {
id: '@hf/thebloke/openhermes-2.5-mistral-7b-awq',
name: 'openhermes-2.5-mistral-7b-awq',
provider: 'workers-ai',
type: 'chat'
}, {
id: '@hf/thebloke/neural-chat-7b-v3-1-awq',
name: 'neural-chat-7b-v3-1-awq',
provider: 'workers-ai',
type: 'chat'
}, {
id: '@hf/nexusflow/starling-lm-7b-beta',
name: 'starling-lm-7b-beta',
provider: 'workers-ai',
type: 'chat'
}, {
id: '@cf/meta/llama-3.1-8b-instruct',
name: 'llama-3.1-8b-instruct',
provider: 'workers-ai',
type: 'chat'
}]
最后的模型更换陈3.1,名字也是使用cf的官方名字。部署之后,问他是哪个模型,他说他是openai的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants