mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
feat: add default value for openai host (#1336)
This commit is contained in:
@@ -75,6 +75,11 @@ export const required_keys = {
|
||||
'Azure OpenAI': ['AZURE_OPENAI_API_KEY', 'AZURE_OPENAI_ENDPOINT', 'AZURE_OPENAI_DEPLOYMENT_NAME'],
|
||||
};
|
||||
|
||||
export const default_key_value = {
|
||||
OPENAI_HOST: 'https://api.openai.com',
|
||||
OLLAMA_HOST: 'localhost',
|
||||
};
|
||||
|
||||
export const supported_providers = [
|
||||
'OpenAI',
|
||||
'Anthropic',
|
||||
|
||||
Reference in New Issue
Block a user