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 efca482 commit 6a6d0bdCopy full SHA for 6a6d0bd
packages/inference/src/providers/nscale-cloud.ts
@@ -38,17 +38,6 @@ export class NscaleCloudConversationalTask extends BaseConversationalTask {
38
}
39
40
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
52
export class NscaleCloudTextToImageTask extends TaskProviderHelper implements TextToImageTaskHelper {
53
constructor() {
54
super("nscale-cloud", NSCALE_API_BASE_URL);
0 commit comments