Quick test mode for simulation tests
Fixed o4-mini name, OpenAI removed o4-mini-high Add max_output_tokens property to ModelCapabilities
This commit is contained in:
@@ -64,7 +64,7 @@ class TestAutoMode:
|
||||
models_with_descriptions[model_name] = description
|
||||
|
||||
# Check all expected models are present with meaningful descriptions
|
||||
expected_models = ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini", "o4-mini-high"]
|
||||
expected_models = ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini"]
|
||||
for model in expected_models:
|
||||
# Model should exist somewhere in the providers
|
||||
# Note: Some models might not be available if API keys aren't configured
|
||||
|
||||
Reference in New Issue
Block a user