neuralleap commited on
Commit
5e9d76f
β€’
1 Parent(s): a8f8b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Groq LangChain Conversational Chatbot
2
 
3
  This repository contains a Streamlit application that allows users to interact with a conversational chatbot powered by the LangChain API. The application uses the Groq API to generate responses and maintains a history of the conversation to provide context for the chatbot's responses.
@@ -20,4 +28,4 @@ Once you have the necessary requirements, you can run the application by executi
20
  streamlit run app.py
21
  ```
22
 
23
- This will start the Streamlit server and open the application in your web browser. You can then interact with the chatbot, and the application will generate responses based on the history of the conversation.
 
1
+ ---
2
+ license: mit
3
+ title: llam3
4
+ sdk: streamlit
5
+ emoji: πŸ“š
6
+ colorFrom: red
7
+ colorTo: yellow
8
+ ---
9
  # Groq LangChain Conversational Chatbot
10
 
11
  This repository contains a Streamlit application that allows users to interact with a conversational chatbot powered by the LangChain API. The application uses the Groq API to generate responses and maintains a history of the conversation to provide context for the chatbot's responses.
 
28
  streamlit run app.py
29
  ```
30
 
31
+ This will start the Streamlit server and open the application in your web browser. You can then interact with the chatbot, and the application will generate responses based on the history of the conversation.