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 a2f795f commit 7a8bb6dCopy full SHA for 7a8bb6d
src/providers/dashscope/index.ts
@@ -6,7 +6,6 @@ import {
6
} from '../open-ai-base';
7
import { ProviderConfigs } from '../types';
8
import { dashscopeAPIConfig } from './api';
9
-import { DashScopeRerankConfig } from './rerank';
10
11
export const DashScopeConfig: ProviderConfigs = {
12
chatComplete: chatCompleteParams(
@@ -34,7 +33,6 @@ export const DashScopeConfig: ProviderConfigs = {
34
33
}
35
),
36
embed: embedParams([], { model: 'text-embedding-v1' }),
37
- rerank: DashScopeRerankConfig,
38
api: dashscopeAPIConfig,
39
responseTransforms: responseTransformers(DASHSCOPE, {
40
chatComplete: true,
0 commit comments