ediziks / BingGPT-Discord-Bot

BingGPT Discord Bot that can handle /ask & /imagine prompts using reverse engineered API of Microsoft's Bing Chat under the hood
The Unlicense
119 stars 14 forks source link

Bug using Docker #15

Closed guguxh closed 1 year ago

guguxh commented 1 year ago

I'm using W10 and py 3.10.9, I used docker to build the project but when I try to run I get a error who says dcbot directory doesnt exists, then can't run bot.py.

guguxh commented 1 year ago

C:\Users\GUILHERME\Desktop\terraria\gta\Discord\DISCORD I.A\BingGPT-Discord-Bot>docker-compose up [+] Building 0.1s (0/0) [+] Running 1/0 ✔ Container dcbot Created 0.0s Attaching to dcbot dcbot | python3: can't open file './dcbot/bot.py': [Errno 2] No such file or directory dcbot exited with code 0

ediziks commented 1 year ago

Fixed with #16 . Feel free to reopen the ticket if you face with the same bug again.