Update prompter.js

This commit is contained in:
mrelmida 2025-05-01 18:51:25 +03:00
parent e42fcd044f
commit 6af8810d20

View file

@ -22,6 +22,8 @@ import { Hyperbolic } from './hyperbolic.js';
import { GLHF } from './glhf.js';
import { OpenRouter } from './openrouter.js';
import { VLLM } from './vllm.js';
import { LMStudio } from './lmstudio.js';
import { Together } from './together.js';
import { promises as fs } from 'fs';
import path from 'path';
import { fileURLToPath } from 'url';