OpenRouter: Fix embeddings endpoint #4736
| @@ -59,7 +59,7 @@ router.post('/models/multimodal', async (_req, res) => { | ||
| 59 | 59 | router.post('/models/embedding', async (_req, res) => { |
| 60 | 60 | try { |
| 61 | 61 | // The endpoint is available without authentication |
| 62 | 62 | const response = await fetch(`${API_OPENROUTER}/models/embeddings`, { |
| 63 | 63 | method: 'GET', |
| 64 | 64 | headers: { |
| 65 | 65 | 'Accept': 'application/json', |