add fastapi_mcp

This commit is contained in:
2025-05-22 21:30:47 +09:00
parent 9cbf5da3fd
commit 4f55138306
12 changed files with 566 additions and 84 deletions

View File

@ -33,7 +33,7 @@ $ ./aigpt mcp chat "hello world!" --host http://localhost:11434 --model syui/ai
---
# openai api
$ ./aigpt mcp set-api -api sk-abc123
$ ./aigpt mcp set-api --api sk-abc123
$ ./aigpt mcp chat "こんにちは" -p openai -m gpt-4o-mini
---