cloudflare-ai-web icon indicating copy to clipboard operation
cloudflare-ai-web copied to clipboard

支持Gemini Pro / Cloudflare Workers AI / ChatGPT的融合Web平台

Results 10 cloudflare-ai-web issues
Sort by recently updated
recently updated
newest added

或者在nuxt.config.ts中添加以下配置 ‵‵‵ nitro: { vercel: { regions: ["cle1", "iad1", "pdx1", "sfo1", "sin1", "syd1", "hnd1", "kix1"] } } ‵‵‵ 以上应该如何修改

如增加 openai的dall-e-2等模型,或者是cloudflare内免费的图生图模型

enhancement

能否不使用cf的aigateway而通过其它第三方gpt的api,如[https://github.com/popjane/free_chatgpt_api](https://github.com/popjane/free_chatgpt_api)建议添加一个使用非官方api的选项,openai的api太难注册了

enhancement

或者仅在填入对应第三方token时显示对应的模型。

enhancement

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

bug