Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -19,5 +19,23 @@ models:
|
|
19 |
- allenai/WildLlama-7b-assistant-only
|
20 |
---
|
21 |
|
22 |
-
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- allenai/WildLlama-7b-assistant-only
|
20 |
---
|
21 |
|
22 |
+
# Chat-with-GPT4.1-mini
|
23 |
+
|
24 |
+
This is a chatbot demo built with Hugging Face Spaces and Gradio.
|
25 |
+
|
26 |
+
## Useful Links
|
27 |
+
|
28 |
+
- [arXiv:2405.01470](https://arxiv.org/abs/2405.01470)
|
29 |
+
- [arXiv:2409.03753](https://arxiv.org/abs/2409.03753)
|
30 |
+
|
31 |
+
## How to use
|
32 |
+
|
33 |
+
Type your AWS certification questions in the chat box and get instant answers!
|
34 |
+
|
35 |
+
---
|
36 |
+
|
37 |
+
**Summary of what to fix:**
|
38 |
+
- Make sure the YAML metadata is at the top, wrapped by `---` at the start and end.
|
39 |
+
- Add your regular Markdown content (description, links) after the YAML.
|
40 |
+
|
41 |
+
If you do this, your README will display correctly on Hugging Face Spaces![1]
|