This commit is contained in:
Fahad
2025-06-13 16:05:21 +04:00
parent 6739182c20
commit 048ebf90bf
13 changed files with 46 additions and 26 deletions

View File

@@ -95,7 +95,9 @@ class TestCustomProvider:
# Call with an alias
result = provider.generate_content(
prompt="test prompt", model_name="llama", temperature=0.7 # This is an alias
prompt="test prompt",
model_name="llama",
temperature=0.7, # This is an alias
)
# Verify parent method was called with resolved model name