diff --git a/embd_res/kcpp_docs.embd b/embd_res/kcpp_docs.embd index b5c042bd5..dddc92921 100644 --- a/embd_res/kcpp_docs.embd +++ b/embd_res/kcpp_docs.embd @@ -1603,7 +1603,7 @@ "/api/extra/embeddings": { "post": { "summary": "Creates an embedding vector representing the input text. Please refer to OpenAI documentation", - "description": "Creates an embedding vector representing the input text.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/embeddings/create](https://platform.openai.com/docs/api-reference/embeddings/create)", + "description": "Creates an embedding vector representing the input text.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/docs/api-reference/embeddings/create](https://developers.openai.com/docs/api-reference/embeddings/create)", "requestBody": { "content": { "application/json": { @@ -1815,7 +1815,7 @@ "/api/extra/json_to_grammar": { "post": { "summary": "Converts a provided JSON schema into GBNF grammar.", - "description": "Converts a provided JSON schema into GBNF grammar. Example schema at [https://platform.openai.com/docs/guides/structured-outputs](https://platform.openai.com/docs/guides/structured-outputs)", + "description": "Converts a provided JSON schema into GBNF grammar. Example schema at [https://developers.openai.com/docs/guides/structured-outputs](https://developers.openai.com/docs/guides/structured-outputs)", "requestBody": { "content": { "application/json": { @@ -2786,7 +2786,7 @@ "/v1/completions": { "post": { "summary": "Generates text continuations given a prompt. Please refer to OpenAI documentation", - "description": "Generates text continuations given a prompt.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/completions](https://platform.openai.com/docs/api-reference/completions). All KoboldCpp samplers are supported, please refer to /api/v1/generate for more details.", + "description": "Generates text continuations given a prompt.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/api/reference/resources/completions/methods/create](https://developers.openai.com/api/reference/resources/completions/methods/create). All KoboldCpp samplers are supported, please refer to /api/v1/generate for more details.", "requestBody": { "content": { "application/json": { @@ -2808,7 +2808,7 @@ "/v1/chat/completions": { "post": { "summary": "Generates a response from a list of messages. Please refer to OpenAI documentation", - "description": "Given a list of messages comprising a conversation, the model will return a response.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/chat](https://platform.openai.com/docs/api-reference/chat). All KoboldCpp samplers are supported, please refer to /api/v1/generate for more details.", + "description": "Given a list of messages comprising a conversation, the model will return a response.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/api/reference/resources/chat/subresources/completions/methods/create](https://developers.openai.com/api/reference/resources/chat/subresources/completions/methods/create). All KoboldCpp samplers are supported, please refer to /api/v1/generate for more details.", "requestBody": { "content": { "application/json": { @@ -2852,7 +2852,7 @@ "/v1/models": { "get": { "summary": "List and describe the various models available in the API. Please refer to OpenAI documentation", - "description": "List and describe the various models available in the API.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/models](https://platform.openai.com/docs/api-reference/models)", + "description": "List and describe the various models available in the API.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/docs/api-reference/models](https://developers.openai.com/docs/api-reference/models)", "tags": [ "v1" ], @@ -2862,7 +2862,7 @@ "/v1/audio/transcriptions": { "post": { "summary": "Transcribes a wav file with speech to text using loaded Whisper model. Please refer to OpenAI documentation", - "description": "Transcribes a wav file with speech to text using loaded Whisper model.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/audio/createTranscription](https://platform.openai.com/docs/api-reference/audio/createTranscription)", + "description": "Transcribes a wav file with speech to text using loaded Whisper model.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/docs/api-reference/audio/createTranscription](https://developers.openai.com/docs/api-reference/audio/createTranscription)", "tags": [ "v1" ], @@ -2872,7 +2872,7 @@ "/v1/audio/speech": { "post": { "summary": "Generates Text-To-Speech audio from input text. Please refer to OpenAI documentation", - "description": "Generates Text-To-Speech audio from input text.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/audio/createSpeech](https://platform.openai.com/docs/api-reference/audio/createSpeech)", + "description": "Generates Text-To-Speech audio from input text.\n\n This is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/docs/api-reference/audio/createSpeech](https://developers.openai.com/docs/api-reference/audio/createSpeech)", "requestBody": { "content": { "application/json": { @@ -2894,7 +2894,7 @@ "/v1/embeddings": { "post": { "summary": "Creates an embedding vector representing the input text. Please refer to OpenAI documentation", - "description": "Creates an embedding vector representing the input text.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://platform.openai.com/docs/api-reference/embeddings/create](https://platform.openai.com/docs/api-reference/embeddings/create)", + "description": "Creates an embedding vector representing the input text.\n\nThis is an OpenAI compatibility endpoint.\n\n Please refer to OpenAI documentation at [https://developers.openai.com/docs/api-reference/embeddings/create](https://developers.openai.com/docs/api-reference/embeddings/create)", "requestBody": { "content": { "application/json": { @@ -2948,6 +2948,7 @@ }; +