Update hyperbolic.js

Fixed export name
This commit is contained in:
Sweaterdog 2025-03-05 14:42:00 -08:00 committed by GitHub
parent b3ee159b43
commit 7c8f82115b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
// 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";