Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.23 KB
Llama Coder

An open source Claude Artifacts – generate small apps with one prompt. Powered by Llama 3 405B & Together.ai.

Tech stack

  • Llama 3.1 405B from Meta for the LLM
  • Muliple Providers (OpenAI, Google, Anthropic, OpenRouter and Deepseek etc)
  • Sandpack for the code sandbox
  • Next.js app router with Tailwind
  • Helicone for observability
  • Plausible for website analytics

Tasks

  • ✅ Multiple LLMs & Providers Added
  • ✅ Api Key Support through env and user input
  • ✅ Local LLMs (Ollama & LM Studio) Added
  • ✅ Image Support
  • ⬜ Dark Mode
  • ⬜ Improve Error Handling
  • ⬜ Update the publish app
  • ⬜ More css libraries support
  • ⬜ More Features

Cloning & running

  1. Clone the repo: git clone https://github.com/Hassanrkbiz/llamacoder-any-llm
  2. Create a .env file and add your provider api keys`
  3. Run npm install and npm run dev to install dependencies and run locally

Contributing

For contributing to the repo, please see the contributing guide.