mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-28 09:53:06 +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';
|
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