This commit is contained in:
2025-05-21 19:21:15 +09:00
parent 22d497661e
commit cc2ee5ddb7
9 changed files with 269 additions and 2 deletions

View File

@ -20,3 +20,15 @@ ai x 送信
> この2つが連携すると、ユーザーが「AIと共に成長する」実感をもてる世界ができるんだと思うよ。
とのことです。
## mcp
```sh
$ ollama run syui/ai
```
```sh
$ cargo build
$ ./target/debug/aigpt mcp setup
$ ./target/debug/aigpt mcp chat "こんにちは!" --host http://localhost:11434 --model syui/ai
```