AWS-ANSWER-BOT commited on
Commit
61d8fa8
·
verified ·
1 Parent(s): 3ed2114

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -19,5 +19,23 @@ models:
19
  - allenai/WildLlama-7b-assistant-only
20
  ---
21
 
22
- - https://arxiv.org/abs/2405.01470
23
- - https://arxiv.org/abs/2409.03753
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]