Skip to content

Commit 6a6d0bd

Browse files
authored
Update nscale-cloud.ts
1 parent efca482 commit 6a6d0bd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/inference/src/providers/nscale-cloud.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ export class NscaleCloudConversationalTask extends BaseConversationalTask {
3838
}
3939
}
4040

41-
export class NscaleCloudTextGenerationTask extends BaseTextGenerationTask {
42-
constructor() {
43-
super("nscale-cloud", NSCALE_API_BASE_URL);
44-
}
45-
46-
override makeRoute(): string {
47-
return "v1/chat/completions";
48-
}
49-
50-
}
51-
5241
export class NscaleCloudTextToImageTask extends TaskProviderHelper implements TextToImageTaskHelper {
5342
constructor() {
5443
super("nscale-cloud", NSCALE_API_BASE_URL);

0 commit comments

Comments
 (0)