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

@@ -1,2 +0,0 @@
NUXT_OPENAI_API_KEY=YOUR_API_KEY
NUXT_OPENAI_MODEL_NAME=text-davinci-003

View File

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