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');