Fix Gemini API, increase OpenAI temperature, and bug fixes

This commit is contained in:
suyashbhawsar
2025-06-19 23:04:41 +05:30
parent cccd5173ea
commit 566b9ff994
4 changed files with 200 additions and 24 deletions
+48
View File
@@ -0,0 +1,48 @@
# Dependencies
node_modules/
# Lock files
package-lock.json
bun.lock
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Temporary files
*.tmp
*.temp