Swifty

Results 9 comments of Swifty

We now have an issue specifically to discuss how best to approach this #2458 Please can you use that issue to add your import as to how best to architecture...

Great work @yangkyeongmo I've been considering the idea of running multiple commands at the same time. It's part of the re-arch work that is going on. One thing I was...

I tend to add a jupyter lab to my projects. Like so: ```python @main.command() def notebook(): """ Creates a jupyter lab notebook at localhost:8888 """ import subprocess subprocess.run( ['jupyter', 'lab',...

@rickythefox 2 deps that are in master are missing from the poetry deps: ``` pymilvus redis ``` Please can you add them

Thank you @arrenv @ntindle and @dwrtz. Your PR's are noted: #449 #757 #1937 This is a major step forward for Auto-GPT and many people are making steps towards its. This...

@collijk Do you want to link this to what your doing or just close this ticket?

I'm trying to run this on a MacBook, using openai as the provider. I keep getting `connection closed` in the logs with no other error message. When entering a search...

> I'm trying to run this on a MacBook, using openai as the provider. > > I keep getting `connection closed` in the logs with no other error message. When...