Ipshitaa commited on
Commit
453fe7d
·
1 Parent(s): c71b3b8

Added Hugging Face Space configuration

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,2 +1,12 @@
1
- This is a prototype chatbot.
2
- To run it you need to create .env file with your GROQ_API_KEY and OPEN_API_KEY
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: SHL Chatbot
3
+ emoji: 🤖
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: streamlit
7
+ sdk_version: "1.32.0"
8
+ app_file: main.py
9
+ pinned: false
10
+ ---
11
+
12
+ A chatbot that answers SHL assessment queries using retrieval-augmented generation.