cURL
curl --request PUT \ --url http://localhost:5300/api/v1/provider/models/llm/{model_uuid} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "provider_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "abilities": [ "<string>" ], "extra_args": {}, "prefered_ranking": 123 } '
{ "code": 0 }
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
操作成功
0