This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix LocalAI is missing in lang/en (
#1169
)
tags/0.3.23
crazywoola
2 years ago
parent
d1c5c5f160
commit
b11fb0dfd1
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
web/app/components/header/account-setting/model-page/index.tsx
+ 1
- 0
web/app/components/header/account-setting/model-page/index.tsx
View File
@@ -85,6 +85,7 @@ const ModelPage = () => {
config.chatglm,
config.xinference,
config.openllm,
config.localai,
]
}
else {
Write
Preview
Loading…
Cancel
Save