a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.4k stars 678 forks source link

Quality of Life Updates: llama3 + minimalist UI + tail logs #222

Closed cocktailpeanut closed 5 months ago

cocktailpeanut commented 5 months ago

Just sending a PR from my fork where I made some quality of life updates. Even if it's not pulled in, feel free to check out my fork:

  1. Added --tail-logs in Justfile: because without the logs it's impossible to see what's going on inside. Needed to see the actual events.
  2. Use llama3: Maybe I'm missing something but the code seems to be still using llama2 despite the whole point of the recent update being about llama3. Changed it to llama3 (also tried on my end that if i didn't change it was making llama2 requests to ollama)
  3. Minimalist design: Just wanted a super minimal UI for only interacting with the agents and nothing else. no padding no brand, etc.
ianmacartney commented 5 months ago

I made some improvements in https://github.com/a16z-infra/ai-town/pull/223 Not changing as much as you'd like, but I think it's a lot better on bigger screens! Screenshot 2024-04-28 at 1 54 22 PM

ianmacartney commented 5 months ago

Going to close this one out for now. I added a comment in the readme about Pinokio being a good option for folks though