Grok 对话面板教程

Reno 于 2025-03-22 发布

项目地址:Raimbaulty/gork-chat,根据 365cent/grok-chat 二开

演示站点:https://reno.alwaysdata.net/

获取API密钥

获取Cloudflare账户ID

curl -X POST https://gateway.ai.cloudflare.com/v1/1234567890/ai/workers-ai/@cf/meta/llama-3.1-8b-instruct \
 --header 'Authorization: Bearer CF_TOKEN' \
 --header 'Content-Type: application/json' \
 --data '{"prompt": "What is Cloudflare?"}'

1234567890 就是你的Cloudflare账户ID,也可在地址栏中域名第一级路径找到他

开始畅聊

访问 Grok Chat,输入 API密钥Cloudflare账户ID 后畅聊

如果你仍有余力,可以往下阅读,尝试部署自己的 Grok Chat

部署服务

参考链接