Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhangyuan/localai-ui
The simple UI for https://github.com/mudler/LocalAI
https://github.com/zhangyuan/localai-ui
Last synced: about 1 month ago
JSON representation
The simple UI for https://github.com/mudler/LocalAI
- Host: GitHub
- URL: https://github.com/zhangyuan/localai-ui
- Owner: zhangyuan
- License: mit
- Created: 2023-11-03T17:22:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T11:34:29.000Z (about 1 year ago)
- Last Synced: 2024-10-27T14:56:59.369Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LocalAI UI
## Run LocalAI
The `--cors` must be set when running local-ai. e.g.
```bash
local-ai --cors "*"
```