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 f4ded01 commit 7b5521fCopy full SHA for 7b5521f
packages/inference/src/providers/centml.ts
@@ -7,7 +7,7 @@ import { InferenceOutputError } from "../lib/InferenceOutputError";
7
import type { BodyParams } from "../types";
8
import { BaseConversationalTask, BaseTextGenerationTask } from "./providerHelper";
9
10
-const CENTML_API_BASE_URL = "https://api.centml.ai";
+const CENTML_API_BASE_URL = "https://api.centml.com";
11
12
export class CentMLConversationalTask extends BaseConversationalTask {
13
constructor() {
@@ -63,4 +63,4 @@ export class CentMLTextGenerationTask extends BaseTextGenerationTask {
63
64
throw new InferenceOutputError("Expected TextGenerationOutput");
65
}
66
-}
+}
0 commit comments