OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.76k stars 470 forks source link

Fixed the ctrl-c bug, Fixes #231 #236

Closed Abdullah-Gohar closed 2 months ago

Abdullah-Gohar commented 2 months ago

Added support for Ctrl-C on Windows and added alternate process kill utility for Windows. Fixes #231

Abdullah-Gohar commented 2 months ago

Fixed the logic for establishing connection between client and server in Windows 11 Fixes #220

rbrisita commented 2 months ago

Great to see these fixes. You should create a windows_11 branch on your fork so people could pull your fixes and test more rapidly. I did that with my Linux PRs: https://github.com/rbrisita/01/tree/linux

Abdullah-Gohar commented 2 months ago

Thank you for the suggestion, I have created the branch as requested and should be visible to anyone who wishes to utilize it.

KillianLucas commented 2 months ago

Love this, great work @Abdullah-Gohar. Windows support is an extremely high priority.

(We're trying to test the 01-rewrite on Windows as much as Mac, to get full Windows support before the next update. That uses pynput which should be cross platform.)