ai/ai
ai/ai
1
0
2025-03-24 06:52:26 +09:00
2025-03-24 06:52:26 +09:00
2025-03-24 06:52:26 +09:00
2025-03-24 06:52:26 +09:00
2025-03-24 06:52:26 +09:00

ai ai

AI model ai

the aim is to incorporate it into aibot and aios.

name full code repo
ai ai ai aiai https://git.syui.ai/ai/ai
os ai os aios https://git.syui.ai/ai/os
bot ai bot aibot https://git.syui.ai/ai/bot
at ai ai.syu.is https://git.syui.ai/ai/at

model

  1. gemma3:1b
  2. deepseek-r1:12b
{
    "model": [ "gemma3", "deepseek-r1" ],
    "tag": [ "ollama", "LoRA", "unsloth", "open-webui", "n8n" ]
}
$ brew install ollama
$ brew services restart ollama
$ ollama pull gemma3:1b
$ ollama run gemma3:1b "hello"

n8n

# https://github.com/n8n-io/n8n/
$ docker volume create n8n_data
$ docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n

webui

$ winget install ollama.ollama
$ ollama server
$ ollama run gemma3:1b

$ winget install --id Python.Python.3.11 -e
$ python --version
$ python -m venv webui
$ cd webui
$ .\Scripts\activate
$ pip install open-webui
$ open-webui serve

http://localhost:8080
Description
No description provided
Readme 91 MiB