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:
Paillat
2023-07-18 23:18:47 +02:00
parent e91fafdc51
commit 89778cbd3b
3 changed files with 93 additions and 6 deletions

View File

@@ -5,4 +5,5 @@ emoji
# Google api
google-api-python-client
google-cloud-vision
tiktoken
tiktoken
bs4