Lord Basil - Automate EVERYTHING

Results 31 comments of Lord Basil - Automate EVERYTHING

It may be that I'm thinking she can auto-pilot in real time though.

Thought nudging would help, I was wrong: ![image](https://github.com/stitionai/devika/assets/126736516/98059c20-9ef6-48f8-bd46-c58ca04060c6)

Yes. On Sun, Mar 24, 2024, 6:22 PM Abdulmalik ***@***.***> wrote: > Have you entered your Bing API Key? > > — > Reply to this email directly, view it...

> Same on me but I installed WIndows not WSL. Windows doesnt have BUN support yet sadly.

Fixed with separate terminals IE: first is the BUN UI and all that, second terminal is simply running devika/devika.py Fixed WSL issues.

> > > Same on me but I installed WIndows not WSL. > > > > > > Windows doesnt have BUN support yet sadly. > > What about with...

> > Fixed with separate terminals IE: first is the BUN UI and all that, second terminal is simply running devika/devika.py Fixed WSL issues. > > How you fixed that...

> > Fixed with separate terminals IE: first is the BUN UI and all that, second terminal is simply running devika/devika.py Fixed WSL issues. > > Same issue with separated...

I ended up just replacing the doc function: @command("execute_python_file", "Execute Python File", '"filename": ""') def execute_python_file(filename: str) -> str: if ".py" not in filename: return "You can only execute python...