This chatbot is created using the open-source Code Llama model that has been tuned for code completion from Meta.
Particularly, we're using the codellama-7b-instruct model hosted on the Replicate platform.
streamlit
replicate
To use this app, you'll need to get your own Replicate API token.
After signing up to Replicate, you can access your API token from this page.
You can also try out the implementation of Code Llama by CharlyWargnier: