Bima42
2b72b4888c
fix: avoid enforce bearer for mistral in input
2026-02-02 11:45:45 +01:00
Fitiavana Anhy Krishna
01c0b461b5
fix(selectAIProvider): add authorization header for Gemini provider
2025-12-31 10:13:20 +03:00
autofix-ci[bot]
8de5001471
[autofix.ci] apply automated fixes
2025-10-09 08:18:17 +00:00
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
Vyacheslav Scherbinin
88c8fe4614
chore: update ollama ai provider
2025-08-20 00:58:39 +07:00
Vyacheslav Scherbinin
07c23292da
fix(ai): ollama fetch models
2025-08-19 23:56:54 +07:00
Vyacheslav Scherbinin
1e7f614bb6
fix(ai): ollama provider url-based detection
2025-08-19 23:56:53 +07:00
Vyacheslav Scherbinin
e2662a0ec5
fix(ai): ollama ai provider api url
2025-08-19 23:56:46 +07:00
Mauricio Siu
b8e5cae88f
feat(ai): improve model fetching and error handling
...
- Add server-side model fetching endpoint with flexible provider support
- Refactor client-side AI settings component to use new API query
- Implement dynamic header generation for different AI providers
- Enhance error handling and toast notifications
- Remove local model fetching logic in favor of server-side implementation
2025-03-07 00:55:11 -06:00
Frost Ming
efd176451f
fix: default case correct
2025-03-05 16:19:28 +08:00
Frost Ming
a7fd64e019
fix: use a named case
2025-03-05 16:17:50 +08:00
Frost Ming
21c8b98f9c
feat: fallback to openai compatible provider if url host doesn't match
2025-03-05 16:12:46 +08:00
Andrey Kucherenko
b58b6636e3
feat: add AI assistant to dokploy
2025-01-10 08:18:43 +01:00