Abandoning the use of environment variables

- openaiApiKey
- openaiModelName
This commit is contained in:
Rafi
2023-02-11 18:41:37 +08:00
parent 0c4f782a1b
commit c5a4facced
2 changed files with 0 additions and 4 deletions

View File

@@ -9,8 +9,6 @@ export default defineNuxtConfig({
},
},
runtimeConfig: {
openaiApiKey: '',
openaiModelName: 'text-davinci-003',
public: {
appName: appName
}