There was an error fetching the commit references. Please try again later.
feat: submit api key and add language to Configuration and fetch llm factory...
feat: submit api key and add language to Configuration and fetch llm factory list on UserSettingModel mount (#121) * feat: fetch llm factory list on UserSettingModel mount * feat: add language to Configuration * feat: submit api key
Showing
- web/src/hooks/llmHooks.ts 98 additions, 1 deletionweb/src/hooks/llmHooks.ts
- web/src/interfaces/database/llm.ts 22 additions, 0 deletionsweb/src/interfaces/database/llm.ts
- web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx 23 additions, 13 deletions...-knowledge/components/knowledge-setting/configuration.tsx
- web/src/pages/setting/model.ts 17 additions, 20 deletionsweb/src/pages/setting/model.ts
- web/src/pages/user-setting/setting-model/api-key-modal/index.tsx 78 additions, 0 deletions.../pages/user-setting/setting-model/api-key-modal/index.tsx
- web/src/pages/user-setting/setting-model/hooks.ts 50 additions, 0 deletionsweb/src/pages/user-setting/setting-model/hooks.ts
- web/src/pages/user-setting/setting-model/index.less 6 additions, 0 deletionsweb/src/pages/user-setting/setting-model/index.less
- web/src/pages/user-setting/setting-model/index.tsx 128 additions, 1 deletionweb/src/pages/user-setting/setting-model/index.tsx
Loading
Please register or sign in to comment