Fix OpenRouter embeddings URL #4736
| @@ -70,7 +70,7 @@ router.post('/models/multimodal', async (_req, res) => { | ||
| 70 | 70 | router.post('/models/embedding', async (_req, res) => { |
| 71 | 71 | try { |
| 72 | 72 | // The endpoint is available without authentication |
| 73 | 73 | const response = await fetch(`${API_OPENROUTER}/models/embeddings/models`, { |
| 74 | 74 | method: 'GET', |
| 75 | 75 | headers: { |
| 76 | 76 | 'Accept': 'application/json', |