OpenRouter: Fix embeddings endpoint #4736

a06a033a71172cabde0606d466a214acab1ca73d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
src/endpoints/openrouter.js+1 -1
@@ -59,7 +59,7 @@ router.post('/models/multimodal', async (_req, res) => {
5959router.post('/models/embedding', async (_req, res) => {
6060 try {
6161 // The endpoint is available without authentication
6262 const response = await fetch(`${API_OPENROUTER}/models/embeddings`, {
6363 method: 'GET',
6464 headers: {
6565 'Accept': 'application/json',