Remove reliance on settings dict

This commit is contained in:
BlipRanger
2023-07-09 13:38:09 -04:00
parent 47e01f6b6f
commit bdc4d213dd
2 changed files with 5 additions and 20 deletions

View File

@@ -54,6 +54,7 @@ export {
prepareOpenAIMessages,
sendOpenAIRequest,
setOpenAIOnlineStatus,
getChatCompletionModel,
}
let openai_msgs = [];