patch docs with proper input for OpenAI compatible embeddings
resolves #2801
This commit is contained in:
parent
4b09a06590
commit
a0c5d898f0
@ -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"
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user