Merge pull request #961 from Gaurav-Wankhede/main
Some checks failed
Update Stable Branch / prepare-release (push) Has been cancelled

fix: updated hyperbolic link
This commit is contained in:
Eduard Ruzga 2025-01-01 19:43:33 +02:00 committed by GitHub
commit 31e03ce99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',