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 6e52f52 commit 58ac748Copy full SHA for 58ac748
src/providers/nebius/index.ts
@@ -8,7 +8,7 @@ import {
8
import { ProviderConfigs } from '../types';
9
import { nebiusAPIConfig } from './api';
10
11
-export const NebiusConfig: ProviderConfigs = {
+const NebiusConfig: ProviderConfigs = {
12
chatComplete: chatCompleteParams([], {
13
model: 'Qwen/Qwen2.5-72B-Instruct-fast',
14
}),
@@ -21,3 +21,5 @@ export const NebiusConfig: ProviderConfigs = {
21
complete: true,
22
23
};
24
+
25
+export default NebiusConfig;
0 commit comments