|
--- |
|
title: Llama Cpp Agent |
|
emoji: 🕶 |
|
colorFrom: indigo |
|
colorTo: purple |
|
sdk: gradio |
|
sdk_version: 4.37.2 |
|
app_file: app.py |
|
pinned: true |
|
license: apache-2.0 |
|
header: mini |
|
fullWidth: true |
|
models: |
|
- meta-llama/Meta-Llama-3-70B-Instruct |
|
- mistralai/Mistral-7B-Instruct-v0.3 |
|
short_description: 'Chat: llama cpp agent' |
|
--- |
|
|
|
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index). |