Skip to content

Commit f686112

Browse files
committed
change table generation logic to fix AI proxy
1 parent bf319a2 commit f686112

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/_data/plugins/ai-proxy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ providers:
3131
model_example: 'Model-dependent. Supported for Claude, Command, and select models'
3232
min_version: '3.8'
3333
batches: # Native format from SDK only
34-
supported: 'n/a'
34+
supported: true
3535
streaming: false
3636
upstream_path: 'Uses the <code>ModelInvocationJob</code> API'
3737
route_type: 'llm/v1/batches'
@@ -40,7 +40,7 @@ providers:
4040
note:
4141
content: 'Batches processing for Bedrock is supported in the native format from SDK only'
4242
files:
43-
supported: 'n/a'
43+
supported: true
4444
streaming: false
4545
upstream_path: '/openai/files'
4646
route_type: 'llm/v1/files'
@@ -97,7 +97,7 @@ providers:
9797
model_example: 'claude-3-opus-20240229'
9898
min_version: '3.6'
9999
batches: # Native format from SDK only
100-
supported: 'n/a'
100+
supported: true
101101
streaming: true
102102
upstream_path: '/v1/messages/batches'
103103
route_type: 'files/v1/batches'
@@ -319,7 +319,7 @@ providers:
319319
model_example: 'gemini-2.0-flash'
320320
min_version: '3.8'
321321
files: # Native format from SDK only
322-
supported: 'n/a'
322+
supported: true
323323
streaming: false
324324
upstream_path: 'Uses <code>uploadFile</code> and <code>files</code> API'
325325
route_type: 'llm/v1/files'
@@ -328,7 +328,7 @@ providers:
328328
note:
329329
content: 'Files processing for Gemini is supported in the native format from SDK only'
330330
batches: # Native format from SDK only
331-
supported: 'n/a'
331+
supported: true
332332
streaming: false
333333
upstream_path: 'Uses <code>batches</code> API'
334334
route_type: 'llm/v1/batches'
@@ -401,7 +401,7 @@ providers:
401401
model_example: 'gemini-2.0-flash'
402402
min_version: '3.8'
403403
files:
404-
supported: 'n/a'
404+
supported: true
405405
streaming: false
406406
upstream_path: '/openai/files'
407407
route_type: 'llm/v1/files'

0 commit comments

Comments
 (0)