From d57ac89d8752047da94979ad8f08023f90c9a8ed Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Tue, 4 Mar 2025 16:52:05 -0800 Subject: [PATCH] Update glhf.js Made glhf.js export GLHF instead of glhf --- src/models/glhf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/glhf.js b/src/models/glhf.js index 9655603..296f535 100644 --- a/src/models/glhf.js +++ b/src/models/glhf.js @@ -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');