01
01 copied to clipboard
The open-source language model computer
Running the server with --model ollama/xxx does not seems to work. It's still using gpt, on open interpreter it works.
This PR introduces a configuration management system for 01 aimed at simplifying the configuration process. ## Overview of Changes ### `Config` Class - Implemented a `Config` class within `software/core/config.py` to...
**Is your feature request related to a problem? Please describe.** No, I have yet to use the 01 server. **Describe the solution you'd like** However, after reading the mission statement,...
Hi great 01 team, The most amazing thing of 01 to me is the ability to learn new skills, which seems to be different from common LLMs. Since it’s an...
**Describe the bug** The default websocket port in the esp32 client firmware is 80, should be setup to use the same port as the ping. https://github.com/OpenInterpreter/01/blob/f9cc6bb66517991982cac0f9c05657e686eefb90/software/source/clients/esp32/src/client/client.ino#L671 I'm working on adding...
(base) zhouxl@jiangliuerdeMacBook-Pro software % poetry run 01 ○ Starting... INFO: Started server process [60460] INFO: Waiting for application startup. Ready. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:10001 (Press...
**Is your feature request related to a problem? Please describe.** I've seen many people ask for frontends/apps here and in other places for specific devices and OS. In your Roadmap...
Thanks for your contribution on the LLM! Notice the computer api use the excellent endpoint, which been told that it would be open sourced in the past 1 or 2...
Added Documentation for Fixtures: Added docstrings to fixtures for better documentation. Added Mocked configure_interpreter Fixture: Created a fixture mock_configure_interpreter to mock the configure_interpreter function, making it easier to test server...