feat: add fullstack deployment and oracle app
This commit is contained in:
8
server/.env.example
Normal file
8
server/.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
SERVER_PORT=8181
|
||||
AI_PROVIDER_NAME=OpenAI Compatible
|
||||
AI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
|
||||
AI_CHAT_PATH=/v1/chat/completions
|
||||
AI_MODEL=qwen3.5-397b-a17b
|
||||
AI_API_KEY=sk-028de7b23ecb47fc8c4bd069679b8420
|
||||
AI_TIMEOUT_SECONDS=60
|
||||
WEB_ALLOWED_ORIGINS=http://127.0.0.1:5174,http://localhost:5174
|
||||
Reference in New Issue
Block a user