spaces removed

This commit is contained in:
mic 2024-07-21 15:57:36 +02:00
parent 5cf514c17a
commit c712d11112

View file

@ -20,11 +20,10 @@
* The original code has been released under the Apache License, Version 2.0. * The original code has been released under the Apache License, Version 2.0.
*/ */
import { OpenAI } from '../js/api/openai.js'; import { OpenAI } from '../js/api/openai.js';
let api_key_chatgpt = null; let api_key_chatgpt = null;
let openai = null; let openai = null;
let conversationHistory = []; let conversationHistory = [];
let assistantResponseAccumulator = ''; let assistantResponseAccumulator = '';