01
01 copied to clipboard
The open-source language model computer
**Describe the bug** Cannot install: running poetry install says it cannot install torch 2.3.0 torch 2.2.2 is already installed **To Reproduce** Steps to reproduce the behavior: 1. python 3.9 -...
**Describe the bug** When trying to run poetry install on Ubuntu **To Reproduce** Steps to reproduce the behavior: 1. clone the repo 2. cd 01/software 3. poetry install Then you're...
Running current 01: ``` /Users/kyle/anaconda3/lib/python3.11/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 32 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' ``` Sometimes occurs...
**Describe the bug** On startup, the application successfully opens the websocket and records input, but never seems to do anything with it. An error regarding RealtimeSTT is visible earlier in...
**Describe the bug** I have flashed with ardunio IDE successfully, but when I enter the wifi credentials on the page being served by the m5echo, it seems to reset the...
**Describe the bug** I can't select a different local model, e.g. "LM Studio Community/Meta-Llama-3-8B-Instruct-GGUF" when I choose LM-Studio on the CLI at start time. It defaults to "gpt-4". I tried...
**Describe the bug** when I run poetry run 01 --local, I encountered this problem. **To Reproduce** LSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card' Exception in thread Thread-7 (run_until_complete): Traceback (most recent...
**Describe the bug** Instructions are vague and incorrect at 5.3: https://01.openinterpreter.com/server/windows-livekit **Expected behavior** 1. If I open main.py and CTRL+F for `livekit_path`, was hoping such a placeholder would exist to...
**Describe the bug** The response is not returned to the mobile application(neither text nor voice). Here is copy-paste from the terminal. ```python > And what can you do? ● >...
**Describe the bug** Running `poetry run 01 --server livekit --qr` per instructions doesn't show a QR code to scan. **To Reproduce** Steps to reproduce the behavior: 1. Go to `software`...