spaces removed
This commit is contained in:
parent
5cf514c17a
commit
c712d11112
1 changed files with 1 additions and 2 deletions
|
|
@ -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 = '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue