Skip to content

Commit 31e03ce

Browse files
authored
Merge pull request stackblitz-labs#961 from Gaurav-Wankhede/main
fix: updated hyperbolic link
2 parents d2ba8d3 + e9852bf commit 31e03ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/modules/llm/providers/hyperbolic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createOpenAI } from '@ai-sdk/openai';
66

77
export default class HyperbolicProvider extends BaseProvider {
88
name = 'Hyperbolic';
9-
getApiKeyLink = 'https://hyperbolic.xyz/settings';
9+
getApiKeyLink = 'https://app.hyperbolic.xyz/settings';
1010

1111
config = {
1212
apiTokenKey: 'HYPERBOLIC_API_KEY',

0 commit comments

Comments
 (0)