OpenInterpreter / 01

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

Fix/os uname issue #146

Closed MartinMF closed 3 months ago

MartinMF commented 3 months ago

Fixed AttributeError by replacing os.uname() with platform. Fixes #145