fix: rerank api prefix

This commit is contained in:
jialin
2025-11-20 17:43:13 +08:00
parent 551f04011a
commit af3e03230a
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const EMBEDDING_API = `/${OPENAI_COMPATIBLE}/embeddings`;
export const OPENAI_MODELS = `/${OPENAI_COMPATIBLE}/models`;
export const RERANKER_API = '/rerank';
export const RERANKER_API = `/${OPENAI_COMPATIBLE}/rerank`;
export const AUDIO_TEXT_TO_SPEECH_API = `/${OPENAI_COMPATIBLE}/audio/speech`;