Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,19 @@
|
|
1 |
---
|
2 |
title: Llama Cpp Agent
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
-
pinned:
|
9 |
license: apache-2.0
|
10 |
header: mini
|
11 |
fullWidth: true
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
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).
|
|
|
1 |
---
|
2 |
title: Llama Cpp Agent
|
3 |
+
emoji: 🕶
|
4 |
colorFrom: indigo
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
app_file: app.py
|
8 |
+
pinned: true
|
9 |
license: apache-2.0
|
10 |
header: mini
|
11 |
fullWidth: true
|
12 |
+
models:
|
13 |
+
- meta-llama/Meta-Llama-3-70B-Instruct
|
14 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
15 |
+
- migtissera/Llama-3-8B-Synthia-v3.5
|
16 |
+
short_description: 'Chat: llama cpp agent'
|
17 |
---
|
18 |
|
19 |
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).
|