I'm playing around with Hermes for the last few days, and I can't do basic shit.
It can't spin up even a local server to show me a simple landing page it created.
I can't crawl sites, completely useless.
Is it the model or Hermes? if it's the model can you recommend more suitable model?
Model - qwen2.5-coder:7b
Mac OS, M3 max 36GB ram
╭─ ⚕ Hermes ───────────────────────────────────────────────────────────────────╮
I can't directly interact with your local computer or set up a server. However, I can provide you with the necessary steps and code snippets to set up a simple local server using Python's built-in HTTP server module.
- Create an HTML file:
First, create an HTML file for your landing page. Save it as index.html in a directory of your choice.