This commit is contained in:
Achiya Elyasaf
2024-07-23 18:26:41 +03:00
parent d01fcafeda
commit d3bcccf4b2
3 changed files with 64 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
// Changing the class here requires changing popup/popup.js
class OpenAIAPI {
static defaultModel = 'gpt-3.5-turbo'
constructor(apiKey) {
this.apiKey = apiKey
}