mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 22:54:24 +01:00
feat: allow users to configure openai host (#1283)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user