yetone / avante.nvim

Use your Neovim like using Cursor AI IDE!
Apache License 2.0
5.06k stars 174 forks source link

Hope to support Cloudflare's AI-Gateway. #190

Closed chinaphp closed 3 weeks ago

chinaphp commented 3 weeks ago

Cloudflare's AI-Gateway.

Endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai

When making requests to OpenAI, replace https://api.openai.com/v1 in the URL you’re currently using with https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai.

chinaphp commented 3 weeks ago

fix(openai): add support for Cloudflare's AI-Gateway #192