This commit is contained in:
2024-10-05 16:50:19 +00:00
parent 47da73aec6
commit b9a7dd298c
10 changed files with 463 additions and 432 deletions

View File

@ -13,4 +13,4 @@ RUN pip3 install openai
RUN pip3 install aiohttp
RUN pip3 install requests
CMD [ "python", "garfbot.py" ]
CMD [ "python", "garfmain.py" ]