langgenius / langgenius/dify

i met an error when i try to delete a model.

Open
#42,230 3 comments 1 reaction 0 assignees View on GitHub
🐞 bug
Dominant language
TypeScript
Stars
156k
Forks
24.6k
Avg merge
20h 50m
Merged PRs (30d)
586

Description

### Self Checks

- [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
- [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [x] I confirm that I am using English to submit this report, otherwise it will be closed.
- [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
- [x] Please do not modify this template :) and fill in all the required fields.

### Dify version

1.17

### Cloud or Self Hosted

Self Hosted (Docker)

### Steps to reproduce

i try to delete a model from openai-api-compatible and met an error

### ✔️ Expected Behavior

delete that model

### ❌ Actual Behavior

[{"type":"missing","loc":["model"],"msg":"Field required","input":{},"url":"https://errors.pydantic.dev/2.12/v/missing"},{"type":"missing","loc":["model_type"],"msg":"Field required","input":{},"url":"https://errors.pydantic.dev/2.12/v/missing"}]

Contributor guide

Open the contributing guide

Research direction

Reproduce the deletion flow in a self-hosted Docker installation of Dify 1.17 for a model from openai-api-compatible. Start with the reported Pydantic validation error showing missing model and model_type fields, then trace the delete request and its validation response. Done means the selected model is deleted without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.