Update hyperbolic.js

Fixed the hyperbolic export
This commit is contained in:
Sweaterdog 2025-02-28 12:42:13 -08:00 committed by GitHub
parent a402753539
commit 1f17fc95e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
// hyperbolic-no-logger.js
import { getKey } from '../utils/keys.js';
export class Hyperbolic {
export class hyperbolic {
constructor(modelName, apiUrl) {
this.modelName = modelName || "deepseek-ai/DeepSeek-V3";
this.apiUrl = apiUrl || "https://api.hyperbolic.xyz/v1/chat/completions";