a16z-infra / llama2-chatbot

LLaMA v2 Chatbot
1.38k stars 228 forks source link

Add a devcontainer and `Open in Codespaces` button #12

Closed sfc-gh-jcarroll closed 1 year ago

sfc-gh-jcarroll commented 1 year ago

Make it easier for developers to get started with this repo in Codespaces by adding a devcontainer config and the Open in Codespaces button

Example: https://github.com/streamlit/llm-examples/blob/main/.devcontainer/devcontainer.json

Then you can launch an editor and run the app side-by-side in 2 clicks

Mascobot commented 1 year ago

sure, want to add a PR? I'll merge it :)