Files
deep-research/.gitignore
Ben Nasedkin 43869014d8 feat: add custom OpenAI endpoint and custom model support
- Added OPENAI_ENDPOINT in .env.local and retained default keys.
- Updated providers.ts to use baseURL from OPENAI_ENDPOINT.
- Conditionally override model names with OPENAI_MODEL when a custom endpoint is set.
- Supports custom provider configuration for local models via environment variables.
2025-02-07 01:35:20 +02:00

42 lines
434 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Output files
output.md
# Dependencies
node_modules
.pnp
.pnp.js
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
build
dist
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
*.pem
bun.lockb