mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
Merge branch 'feature/1.6-cx' into 'main'
feat: feature/1.6-Integrate custom model See merge request apipark/APIPark!240
This commit is contained in:
@@ -50,7 +50,7 @@ const AddModels = forwardRef<addModelsContentHandle, addModelContentProps>((prop
|
||||
* @param id
|
||||
*/
|
||||
const getModelTemplateList = () => {
|
||||
fetchData<BasicResponse<{ templates: TemplatesItems[] }>>(`ai/provider/model/template`, {
|
||||
fetchData<BasicResponse<{ templates: TemplatesItems[] }>>(`ai/provider/model/templates`, {
|
||||
method: 'GET',
|
||||
eoTransformKeys: ['provider_name', 'model_name', 'model_parameters']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user