Logo
Explore Help
Register Sign In
dale_yxc/ragflow_python
1
0
Fork 0
You've already forked ragflow_python
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
66e4113e0b4d674620d86c3431c79a2739944c13
ragflow_python/web/src/interfaces/request/llm.ts

12 lines
274 B
TypeScript
Raw Normal View History

feat: add support for ollama #221 (#260) ### What problem does this PR solve? add support for ollama Issue link:#221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-04-08 19:13:45 +08:00
export interface IAddLlmRequestBody {
llm_factory: string; // Ollama
llm_name: string;
model_type: string;
api_base?: string; // chat|embedding|speech2text|image2text
}
feat: delete the added model #503 and display an error message when the requested file fails to parse #684 (#708) ### What problem does this PR solve? feat: delete the added model #503 feat: display an error message when the requested file fails to parse #684 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2024-05-10 10:38:39 +08:00
export interface IDeleteLlmRequestBody {
llm_factory: string; // Ollama
llm_name: string;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 45ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API