We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c3df3 commit 0619875Copy full SHA for 0619875
examples/src/views/DifyChat/mixins/messageMixin.js
@@ -60,7 +60,7 @@ export default {
60
// Dify 配置
61
difyConfig: {
62
baseURL: 'https://api.dify.ai/v1',
63
- apiKey: 'app-LF6qPHsIQFgAkqoD2Dui1SUo',
+ apiKey: process.env.VUE_APP_DIFY_API_KEY,
64
user: generateBrowserUserId(),
65
},
66
};
0 commit comments