File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export const VALID_PROVIDERS = [
126
126
DASHSCOPE ,
127
127
X_AI ,
128
128
SAGEMAKER ,
129
- NEBIUS
129
+ NEBIUS ,
130
130
] ;
131
131
132
132
export const CONTENT_TYPES = {
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ import { ProviderConfigs } from '../types';
9
9
import { nebiusAPIConfig } from './api' ;
10
10
11
11
export const NebiusConfig : ProviderConfigs = {
12
- chatComplete : chatCompleteParams ( [ ] , { model : 'Qwen/Qwen2.5-72B-Instruct-fast' } ) ,
12
+ chatComplete : chatCompleteParams ( [ ] , {
13
+ model : 'Qwen/Qwen2.5-72B-Instruct-fast' ,
14
+ } ) ,
13
15
embed : embedParams ( [ ] , { model : 'BAAI/bge-en-icl' } ) ,
14
16
complete : completeParams ( [ ] , { model : 'Qwen/Qwen2.5-72B-Instruct-fast' } ) ,
15
17
api : nebiusAPIConfig ,
You can’t perform that action at this time.
0 commit comments