mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-15 04:25:16 +02:00
Update hyperbolic.js
Fixed export name
This commit is contained in:
parent
b3ee159b43
commit
7c8f82115b
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue