mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
fix(requirements.txt): add bs4 package to requirements.txt for BeautifulSoup usage
feat(functionscalls.py): add new functions send_ascii_art_text and send_ascii_art_image to send messages and images in ascii art fix(makeprompt.py): import send_ascii_art_text and send_ascii_art_image functions and add corresponding if statements to handle function calls
This commit is contained in:
@@ -5,4 +5,5 @@ emoji
|
||||
# Google api
|
||||
google-api-python-client
|
||||
google-cloud-vision
|
||||
tiktoken
|
||||
tiktoken
|
||||
bs4
|
||||
Reference in New Issue
Block a user