mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
Update docs
This commit is contained in:
parent
45c8d01d82
commit
e7b533db56
11
README.md
11
README.md
|
|
@ -127,6 +127,12 @@ docker run -dp 3000:3000 --rm --name daedalos daedalos
|
|||
|
||||
# Apps 🧪
|
||||
|
||||
### AI Chat
|
||||
|
||||
- Have conversations with artificial intelligence
|
||||
- Supports [OpenAI](https://platform.openai.com/docs/api-reference/chat) & [HuggingFace](https://huggingface.co/inference-api) API's
|
||||
- Can run locally using [WebLLM](https://mlc.ai/web-llm/)
|
||||
|
||||
### [BoxedWine](http://www.boxedwine.org/) (**_.exe, .zip_**)
|
||||
|
||||
- Runs 16/32-bit Windows applications
|
||||
|
|
@ -194,6 +200,11 @@ docker run -dp 3000:3000 --rm --name daedalos daedalos
|
|||
|
||||
- Flash Player emulator
|
||||
|
||||
### [Stable Diffusion](https://stability.ai/stable-diffusion)
|
||||
|
||||
- Creates 512x512 images using artificial intelligence
|
||||
- Runs locally using [WebSD](https://mlc.ai/web-stable-diffusion/)
|
||||
|
||||
### [Terminal](https://xtermjs.org/)
|
||||
|
||||
- File system support
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ This project is greatly augmented by code from the open source community. Thank
|
|||
- [rtf.js](https://github.com/tbluemel/rtf.js)
|
||||
- [Quake 3](https://github.com/lrusso/Quake3)
|
||||
- [opentype.js](https://github.com/opentypejs/opentype.js)
|
||||
- [WebLLM](https://github.com/mlc-ai/web-llm)
|
||||
|
||||
## Services
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user