Skip to content

Commit 7b5521f

Browse files
committed
fix typo / formatting
1 parent f4ded01 commit 7b5521f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/inference/src/providers/centml.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { InferenceOutputError } from "../lib/InferenceOutputError";
77
import type { BodyParams } from "../types";
88
import { BaseConversationalTask, BaseTextGenerationTask } from "./providerHelper";
99

10-
const CENTML_API_BASE_URL = "https://api.centml.ai";
10+
const CENTML_API_BASE_URL = "https://api.centml.com";
1111

1212
export class CentMLConversationalTask extends BaseConversationalTask {
1313
constructor() {
@@ -63,4 +63,4 @@ export class CentMLTextGenerationTask extends BaseTextGenerationTask {
6363

6464
throw new InferenceOutputError("Expected TextGenerationOutput");
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)