mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs: document byesu provider in provider_endpoints_support.json
Fixes the check_provider_folders_documented code-quality check which requires every provider in openai_like/providers.json to be documented here. Byesu supports /chat/completions and /responses.
This commit is contained in:
parent
9518ccbc78
commit
6facd4e229
1 changed files with 16 additions and 0 deletions
|
|
@ -2941,6 +2941,22 @@
|
|||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
},
|
||||
"byesu": {
|
||||
"display_name": "Byesu (`byesu`)",
|
||||
"endpoints": {
|
||||
"chat_completions": true,
|
||||
"messages": false,
|
||||
"responses": true,
|
||||
"embeddings": false,
|
||||
"image_generations": false,
|
||||
"audio_transcriptions": false,
|
||||
"audio_speech": false,
|
||||
"moderations": false,
|
||||
"batches": false,
|
||||
"rerank": false,
|
||||
"a2a": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"endpoints": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue