mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-03 13:30:54 +00:00
Removes outdated prompt files
Removes the `Chat Prompt.txt`, `VSCode Agent/Prompt.txt`, `Warp.dev/Prompt.txt`, and `v0 Prompts and Tools/Prompt.txt` files. These files likely contain outdated prompts or configurations that are no longer needed in the current project. Removing them helps to clean up the codebase and prevent potential confusion or conflicts.
This commit is contained in:
21
Nowhere_AI_Agent/backend/env.example
Normal file
21
Nowhere_AI_Agent/backend/env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# AI Models
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
|
||||
# Database (Optional - for full features)
|
||||
REDIS_URL=redis://localhost:6379
|
||||
POSTGRES_URL=postgresql://username:password@localhost:5432/nowhere_db
|
||||
|
||||
# Security
|
||||
JWT_SECRET=your_jwt_secret_here
|
||||
RATE_LIMIT_WINDOW=900000
|
||||
RATE_LIMIT_MAX_REQUESTS=100
|
||||
|
||||
# Voice (Optional)
|
||||
AZURE_SPEECH_KEY=your_azure_speech_key_here
|
||||
AZURE_SPEECH_REGION=your_azure_region_here
|
||||
|
||||
# Server Configuration
|
||||
PORT=3001
|
||||
NODE_ENV=development
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user