Generic naming to work with Gemini CLI / Claude Code
This commit is contained in:
@@ -221,7 +221,7 @@ class ListModelsTool(BaseTool):
|
||||
output_lines.append(f"**Error loading models**: {str(e)}")
|
||||
else:
|
||||
output_lines.append("**Status**: Not configured (set OPENROUTER_API_KEY)")
|
||||
output_lines.append("**Note**: Provides access to GPT-4, Claude, Mistral, and many more")
|
||||
output_lines.append("**Note**: Provides access to GPT-4, O3, Mistral, and many more")
|
||||
|
||||
output_lines.append("")
|
||||
|
||||
@@ -292,7 +292,7 @@ class ListModelsTool(BaseTool):
|
||||
# Add usage tips
|
||||
output_lines.append("\n**Usage Tips**:")
|
||||
output_lines.append("- Use model aliases (e.g., 'flash', 'o3', 'opus') for convenience")
|
||||
output_lines.append("- In auto mode, Claude will select the best model for each task")
|
||||
output_lines.append("- In auto mode, the CLI Agent will select the best model for each task")
|
||||
output_lines.append("- Custom models are only available when CUSTOM_API_URL is set")
|
||||
output_lines.append("- OpenRouter provides access to many cloud models with one API key")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user