We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b957eb commit faea3b0Copy full SHA for faea3b0
src/core.py
@@ -68,6 +68,7 @@ def __init__(
68
69
self.client = AsyncOpenAI(base_url=model_endpoint, api_key=api_key)
70
71
+ # TODO[@Amar]: Review the following.
72
# Determine if this is a special model that needs trust_remote_code
73
is_schematron_model = "schematron" in model_name.lower()
74
0 commit comments