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 cb8aa46 commit 237140dCopy full SHA for 237140d
llm_benchmark_suite.py
@@ -243,7 +243,7 @@ class _OvhLlm(_Llm):
243
def __init__(self, model: str, display_model: Optional[str] = None):
244
super().__init__(
245
"",
246
- "endpoints.ai.cloud.ovh.net/" + display_model,
+ "cloud.ovh.net/" + display_model,
247
base_url=f"https://{model}.endpoints.kepler.ai.cloud.ovh.net/api/openai_compat/v1",
248
)
249
@@ -254,7 +254,7 @@ class _CerebrasLlm(_Llm):
254
255
256
model,
257
- "api.cerebras.ai/" + (display_model or model),
+ "cerebras.ai/" + (display_model or model),
258
api_key=os.getenv("CEREBRAS_API_KEY"),
259
base_url="https://api.cerebras.ai/v1",
260
0 commit comments