Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f0e6665

Browse files
committed
update new URL for api ref
1 parent f325ef4 commit f0e6665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openapi/NitroAPI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ paths:
134134
schema:
135135
$ref: "#/components/schemas/StatusResponse"
136136

137-
/inferences/llamacpp/embedding:
137+
/v1/embeddings:
138138
post:
139139
operationId: createEmbedding
140140
tags:
@@ -162,7 +162,7 @@ paths:
162162
schema:
163163
$ref: "#/components/schemas/CreateEmbeddingResponse"
164164

165-
/inferences/llamacpp/chat_completion:
165+
/v1/chat/completions:
166166
post:
167167
operationId: createChatCompletion
168168
tags:

0 commit comments

Comments
 (0)