mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-28 18:03:03 +02:00
Update hyperbolic.js
Fixed the hyperbolic export
This commit is contained in:
parent
a402753539
commit
1f17fc95e7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// hyperbolic-no-logger.js
|
// hyperbolic-no-logger.js
|
||||||
import { getKey } from '../utils/keys.js';
|
import { getKey } from '../utils/keys.js';
|
||||||
|
|
||||||
export class Hyperbolic {
|
export class hyperbolic {
|
||||||
constructor(modelName, apiUrl) {
|
constructor(modelName, apiUrl) {
|
||||||
this.modelName = modelName || "deepseek-ai/DeepSeek-V3";
|
this.modelName = modelName || "deepseek-ai/DeepSeek-V3";
|
||||||
this.apiUrl = apiUrl || "https://api.hyperbolic.xyz/v1/chat/completions";
|
this.apiUrl = apiUrl || "https://api.hyperbolic.xyz/v1/chat/completions";
|
||||||
|
|
Loading…
Add table
Reference in a new issue