https://github.com/dataprofessor/llama3
https://github.com/dataprofessor/llama3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataprofessor/llama3
- Owner: dataprofessor
- Created: 2024-04-29T17:21:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T17:50:03.000Z (about 2 years ago)
- Last Synced: 2024-11-11T12:22:59.451Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦙💬 Llama 3 Chat
This chatbot is created using the open-source Llama 3 LLM model from Meta.
## Demo App
[](https://llama3.streamlitapp.com/)
## Prerequisite libraries
```
streamlit
replicate
```
## Getting your own Replicate API token
To use this app, you'll need to get your own [Replicate](https://replicate.com/) API token.
After signing up to Replicate, you can access your API token from [this page](https://replicate.com/account/api-tokens).