We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e45c5d commit 8d2586bCopy full SHA for 8d2586b
services/api/src/owl/utils/lm.py
@@ -489,6 +489,8 @@ def _prepare_hyperparams(
489
hyperparams.pop("stop", None)
490
else:
491
hyperparams["max_completion_tokens"] = hyperparams.pop("max_tokens", None)
492
+ elif ctx.inference_provider == CloudProvider.ELLM:
493
+ pass
494
495
tools = [t for t in tools if t.get("type", "") not in OPENAI_HOSTED_TOOLS]
496
0 commit comments