Mercurial
comparison love/README.md @ 38:cf9caa4abc3e
[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:35:56 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 37:fb9bcd3145cb | 38:cf9caa4abc3e |
|---|---|
| 1 # AI (Love) | |
| 2 | |
| 3 This is where I create AI chat bot. Code goes like below | |
| 4 | |
| 5 - Epi | |
| 6 - FE repo | |
| 7 - Vite and tanstack routers | |
| 8 - Mostly using tailswind | |
| 9 | |
| 10 - Poppy | |
| 11 - BE repo | |
| 12 - python with fastAPI | |
| 13 | |
| 14 Code is pretty much self explanatory. | |
| 15 | |
| 16 ## How to start | |
| 17 | |
| 18 `docker-compose up` or `docker compose up` | |
| 19 | |
| 20 I don't really use the redis anymore, but I can see that being an improvement if there is more than 2000 RPS, but it will never get there so it should be fine. | |
| 21 | |
| 22 ## TODO | |
| 23 | |
| 24 - proper chain of thoughts? | |
| 25 - maybe expose the mcp | |
| 26 - use local LLM. I wonder if I can get free API keys that I can use with threshold vlaues. |