feat: allow users to configure openai host (#1283)

This commit is contained in:
Yingjie He
2025-02-18 15:00:40 -08:00
committed by GitHub
parent d8ca7a3e1b
commit 92833aeb1c
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"name": "OpenAI",
"description": "Use GPT-4 and other OpenAI models",
"models": ["gpt-4o", "gpt-4-turbo","o1"],
"required_keys": ["OPENAI_API_KEY"]
"required_keys": ["OPENAI_API_KEY", "OPENAI_HOST"]
},
"anthropic": {
"name": "Anthropic",