There was an error fetching the commit references. Please try again later.
feat: support Xinference (#319)
### What problem does this PR solve? support xorbitsai inference as model provider Issue link:#299 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
Showing
- web/src/assets/svg/enable.svg 4 additions, 5 deletionsweb/src/assets/svg/enable.svg
- web/src/assets/svg/llm/xinference.svg 39 additions, 0 deletionsweb/src/assets/svg/llm/xinference.svg
- web/src/locales/en.ts 2 additions, 1 deletionweb/src/locales/en.ts
- web/src/locales/zh.ts 2 additions, 1 deletionweb/src/locales/zh.ts
- web/src/pages/user-setting/constants.tsx 2 additions, 0 deletionsweb/src/pages/user-setting/constants.tsx
- web/src/pages/user-setting/setting-model/hooks.ts 8 additions, 1 deletionweb/src/pages/user-setting/setting-model/hooks.ts
- web/src/pages/user-setting/setting-model/index.tsx 9 additions, 5 deletionsweb/src/pages/user-setting/setting-model/index.tsx
- web/src/pages/user-setting/setting-model/ollama-modal/index.tsx 7 additions, 6 deletions...c/pages/user-setting/setting-model/ollama-modal/index.tsx
- web/src/pages/user-setting/utils.ts 4 additions, 0 deletionsweb/src/pages/user-setting/utils.ts
web/src/assets/svg/llm/xinference.svg
0 → 100644
web/src/pages/user-setting/utils.ts
0 → 100644
Please register or sign in to comment