Skip to content

Commit

Permalink
Merge pull request stackblitz-labs#961 from Gaurav-Wankhede/main
Browse files Browse the repository at this point in the history
fix: updated hyperbolic link
  • Loading branch information
wonderwhy-er authored Jan 1, 2025
2 parents d2ba8d3 + e9852bf commit 31e03ce
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 31e03ce

Please sign in to comment.