SquadAI / chainlit.md
Ganny's picture
Update chainlit.md
30abb30 verified
### Welcome to Squad AI πŸ‘‹
![Squad AI](public/Squad_AI.jpeg)
---
Squad AI is an innovative AI-powered platform designed to connect individuals with shared interests, goals, and hobbies, facilitating real-life connections. By leveraging advanced AI technologies and state-of-the-art development tools, Squad AI aims to revolutionize how people form meaningful relationships and pursue personal growth through shared activities.
Start by asking
- Anyone interested in cricket in Toronto? Provide more information about who is interested. Also get me some locations where I can play cricket in Toronto.
- Anyone interested in pickleball in Toronto? Also find me some locations where I can play pickleball in Toronto.
## Setup
Clone this repository.
Install the required Python packages: pip install -r requirements.txt
Create a .env file in the project root directory with the necessary environmental variables:
- TAVILY_API_KEY
- OPENAI_API_KEY
- LANGSCHAIN_API_KEY
Running the Application
Run the application by executing: chainlit run app.py --port 7680