removed strict format

This commit is contained in:
MaxRobinsonTheGreat 2024-06-03 18:40:01 -05:00
parent baa51ee2c8
commit 3342a6deb9

View file

@ -1,6 +1,5 @@
import OpenAIApi from 'openai';
import { getKey, hasKey } from '../utils/keys.js';
import { strictFormat } from '../utils/text.js';
export class GPT {
constructor(model_name, url) {