Skip to content

Commit f9384fa

Browse files
committed
spec update +maxRetries and +timeout
1 parent 059339c commit f9384fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

orchestration/src/test/resources/embeddingRequest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"name": "text-embedding-3-small",
77
"params": {
88
"encoding_format": "float"
9-
}
9+
},
10+
"timeout": 600,
11+
"max_retries": 2
1012
}
1113
},
1214
"masking": {

0 commit comments

Comments
 (0)