mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-19 22:45:17 +02:00
Update glhf.js
Made glhf.js export GLHF instead of glhf
This commit is contained in:
parent
9c595ed69a
commit
d57ac89d87
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue