提交 4a808fcc 编写于 作者: C c72121122

Tue Mar 25 20:17:00 CST 2025 inscode

上级 018a6cf0
export const apiKey = process.env.INSCODE_API_KEY; export const apiKey = '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';
export const apiUrl = 'https://inscode-api.csdn.net/api/v1/gpt/'; export const apiUrl = 'https://integrate.api.nvidia.com/v1/chat/completions';
\ No newline at end of file \ No newline at end of file
...@@ -10,7 +10,7 @@ export default defineConfig({ ...@@ -10,7 +10,7 @@ export default defineConfig({
plugins: [vue()], plugins: [vue()],
define: { define: {
'process.env': { 'process.env': {
INSCODE_API_KEY: process.env.INSCODE_API_KEY INSCODE_API_KEY: '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'
} }
} }
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册