fix(openai): add support for Cloudflare's AI-Gateway (#192)
This commit is contained in:
@@ -13,7 +13,7 @@ M.defaults = {
|
||||
provider = "claude",
|
||||
---@type AvanteSupportedProvider
|
||||
openai = {
|
||||
endpoint = "https://api.openai.com",
|
||||
endpoint = "https://api.openai.com/v1",
|
||||
model = "gpt-4o",
|
||||
temperature = 0,
|
||||
max_tokens = 4096,
|
||||
|
||||
Reference in New Issue
Block a user