Skip to content

Commit

Permalink
Update hyperbolic.ts
Browse files Browse the repository at this point in the history
Changed updated Hyperbolic Settings link
  • Loading branch information
Gaurav-Wankhede authored Jan 1, 2025
1 parent d2ba8d3 commit e9852bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/modules/llm/providers/hyperbolic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createOpenAI } from '@ai-sdk/openai';

export default class HyperbolicProvider extends BaseProvider {
name = 'Hyperbolic';
getApiKeyLink = 'https://hyperbolic.xyz/settings';
getApiKeyLink = 'https://app.hyperbolic.xyz/settings';

config = {
apiTokenKey: 'HYPERBOLIC_API_KEY',
Expand Down

0 comments on commit e9852bf

Please sign in to comment.