Jeens made front end design with all mvp functions without vision ai
This commit is contained in:
parent
5e419a7bff
commit
4b82d495b2
4 changed files with 1376 additions and 0 deletions
22
.env
Normal file
22
.env
Normal file
|
@ -0,0 +1,22 @@
|
|||
# === AI CONFIGURATION ===
|
||||
|
||||
# Your API key or access token
|
||||
AI_API_KEY=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
|
||||
|
||||
# Name or ID of the AI model
|
||||
AI_MODEL_NAME=deepseek/deepseek-chat-v3-0324:free
|
||||
|
||||
# Endpoint or base URL for DeepSeek API (update if different)
|
||||
AI_API_URL=https://api.deepseek.com/v1
|
||||
|
||||
# Optional: AI task-specific configuration
|
||||
AI_TASK=keyword_generation
|
||||
AI_RENAME_STRATEGY=descriptive # Options: 'timestamped', 'uuid', 'descriptive'
|
||||
|
||||
# === GENERAL SETTINGS ===
|
||||
|
||||
# Environment type
|
||||
NODE_ENV=development
|
||||
|
||||
# Optional: Logging or debugging
|
||||
ENABLE_LOGGING=true
|
Loading…
Add table
Add a link
Reference in a new issue