Update glhf.js

Made glhf.js export GLHF instead of glhf
This commit is contained in:
Sweaterdog 2025-03-04 16:52:05 -08:00 committed by GitHub
parent 9c595ed69a
commit d57ac89d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
import OpenAIApi from 'openai';
import { getKey } from '../utils/keys.js';
export class glhf {
export class GLHF {
constructor(model_name, url) {
this.model_name = model_name;
const apiKey = getKey('GHLF_API_KEY');