Skip to content
Snippets Groups Projects
Commit a0c5d898 authored by timothycarambat's avatar timothycarambat
Browse files

patch docs with proper input for OpenAI compatible embeddings

resolves #2801
parent 4b09a065
Branches
Tags
No related merge requests found
......@@ -207,7 +207,7 @@ function apiOpenAICompatibleEndpoints(app) {
content: {
"application/json": {
example: {
input: [
inputs: [
"This is my first string to embed",
"This is my second string to embed",
],
......
......@@ -3120,7 +3120,7 @@
"content": {
"application/json": {
"example": {
"input": [
"inputs": [
"This is my first string to embed",
"This is my second string to embed"
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment