This website requires JavaScript.
Explore
Help
Sign In
Dokploy
/
dokploy
Watch
1
Star
0
Fork
0
You've already forked dokploy
mirror of
https://github.com/Dokploy/dokploy.git
synced
2026-06-19 06:05:25 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9b81d15b0c3dd4adff39e24bace846ede68259c0
dokploy
/
apps
History
HarikrishnanD
9b81d15b0c
feat(ai): send Gemini API key as query param when listing models packages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
2025-10-09 13:45:47 +05:30
..
api
feat(deployment): add cancellation functionality for deployments
2025-09-06 21:53:15 -06:00
dokploy
feat(ai): send Gemini API key as query param when listing models packages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
2025-10-09 13:45:47 +05:30
monitoring
chore(license): update copyright year to 2025 and remove obsolete dokploy license file
2025-07-05 01:38:37 -06:00
schedules
feat(workers): add third worker and increase concurrency for existing workers
2025-09-15 23:43:27 -06:00