This is the repo with our solution for DEEPHACK.AGENTS 👾
Using GigaChat 🗿 and GigaChain 🔗 for Scientific Applications 🚀
Link to our Google Drive.
UI is presented in the form of a Telegram bot - @GigaBrainChatbot (not uploaded to the server yet 😔).
Bot can search for articles in the scientific fields of user's interest and answer questions about the articles found. All articles are taken from the https://arxiv.org.
To install dependencies run
pip install -r requirements.txt
or if you encounter a conflict with versions, run:
pip install -r requirements_with_versions.txt
- create file .env with API key and Telegram token with names
GIGACHAT_TOKEN
andBOT_TOKEN
respectfully - start redis server
- run
bot.py
file