feat: Delete Model Provider #2376 (#2565)

### What problem does this PR solve?

feat: Delete Model Provider #2376

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-24 19:10:06 +08:00
committed by GitHub
parent 91dbce30bd
commit 9251fb39af
6 changed files with 51 additions and 1 deletions

View File

@ -8,5 +8,5 @@ export interface IAddLlmRequestBody {
export interface IDeleteLlmRequestBody {
llm_factory: string; // Ollama
llm_name: string;
llm_name?: string;
}