mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
change reports + chage pricing
This commit is contained in:
@@ -91,6 +91,10 @@ type ElaborateResponseCallbacks = {
|
||||
onChatId?: (chat_id: string) => any
|
||||
}
|
||||
|
||||
export function getInstance() {
|
||||
return openai;
|
||||
}
|
||||
|
||||
async function elaborateResponse(messages: OpenAI.Chat.Completions.ChatCompletionMessageParam[], pid: string, time_offset: number, chat_id: string, callbacks?: ElaborateResponseCallbacks) {
|
||||
|
||||
console.log('[ELABORATING RESPONSE]');
|
||||
|
||||
Reference in New Issue
Block a user