feat: support groq ai model (#967)

This commit is contained in:
Se7en
2024-05-17 14:44:41 +08:00
committed by GitHub
parent 3119ec8e24
commit 31242c36ba
3 changed files with 88 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/higress-group/proxy-wasm-go-sdk/proxywasm/types"
)
// azureProvider is the provider for Azure OpenAI service.
// openaiProvider is the provider for OpenAI service.
const (
openaiDomain = "api.openai.com"