Merge branch 'BeehiveInnovations:main' into feat-local_support_with_UTF-8_encoding-update
This commit is contained in:
@@ -84,6 +84,7 @@ class ListModelsTool(BaseTool):
|
||||
ProviderType.GOOGLE: {"name": "Google Gemini", "env_key": "GEMINI_API_KEY"},
|
||||
ProviderType.OPENAI: {"name": "OpenAI", "env_key": "OPENAI_API_KEY"},
|
||||
ProviderType.XAI: {"name": "X.AI (Grok)", "env_key": "XAI_API_KEY"},
|
||||
ProviderType.DIAL: {"name": "AI DIAL", "env_key": "DIAL_API_KEY"},
|
||||
}
|
||||
|
||||
# Check each native provider type
|
||||
|
||||
@@ -448,7 +448,7 @@ class BaseTool(ABC):
|
||||
except Exception:
|
||||
description += (
|
||||
" OpenRouter: Any model available on openrouter.ai "
|
||||
"(e.g., 'gpt-4', 'claude-3-opus', 'mistral-large')."
|
||||
"(e.g., 'gpt-4', 'claude-4-opus', 'mistral-large')."
|
||||
)
|
||||
description += f" Defaults to '{DEFAULT_MODEL}' if not specified."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user