🔧 chore(requirements.txt): add 'simpleeval' package for math expression evaluation

🔧 chore(functionscalls.py): add 'evaluate_math' function to evaluate math expressions
🔧 chore(makeprompt.py): refactor 'chatgpt_process' to use 'prepare_messages' function for message preparation
This commit is contained in:
2023-08-15 14:11:21 +02:00
parent 6de23a1a33
commit 4b8070b413
3 changed files with 64 additions and 8 deletions

View File

@@ -9,4 +9,5 @@ tiktoken
bs4
discord-oauth2.py
black
orjson # for speed
orjson # for speed
simpleeval