Update llm.py (#6582)

This commit is contained in:
Rick van Hattem 2025-02-02 04:24:46 +01:00 committed by GitHub
parent 32c5fde562
commit 4ef09ab897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ REASONING_EFFORT_SUPPORTED_MODELS = [
MODELS_WITHOUT_STOP_WORDS = [
'o1-mini',
'o1-preview',
]