Spaces:
Sleeping
Sleeping
File size: 819 Bytes
6df7b86 f2a0d4e 6df7b86 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Codestral
emoji: 🐠
colorFrom: green
colorTo: purple
sdk: streamlit
sdk_version: 1.40.1
app_file: app.py
pinned: false
license: mit
---
# Chatbot with Streamlit and LangChain
This project implements a chatbot using Streamlit, LangChain, and the Mistral Chat API. The chatbot takes user input and responds with answers generated using the language model.
## Features
- User-friendly interface built with Streamlit.
- Integration with LangChain for handling prompts.
- API integration with Mistral for generating responses.
- Environment variable management with `python-dotenv`.
## Contributing
**Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.**
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|