Skip to content

Commit

Permalink
update hyperbolic.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav-Wankhede authored Feb 21, 2025
1 parent 8c72ed7 commit 09a23c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/lib/modules/llm/providers/hyperbolic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,14 @@ export default class HyperbolicProvider extends BaseProvider {
provider: 'Hyperbolic',
maxTokenAllowed: 8192,
},
];

{
name: 'deepseek-ai/DeepSeek-V3',
label: 'DeepSeek-V3',
provider: 'Hyperbolic',
maxTokenAllowed: 8192,
    }
  ];

async getDynamicModels(
apiKeys?: Record<string, string>,
settings?: IProviderSetting,
Expand Down

0 comments on commit 09a23c2

Please sign in to comment.