01 icon indicating copy to clipboard operation
01 copied to clipboard

The open-source language model computer

Results 146 01 issues
Sort by recently updated
recently updated
newest added

programatically -> programmatically

This follows the way that Piper is implemented. OPENAI_VOICE_NAME env variable, with a default (alloy). Fixes #104 .

**'/Users/TDS/Library/Application Support/01/services/tts/piper/piper/piper' Traceback (most recent call last): File "/Users/TDS/01/software/source/server/server.py", line 281, in listener await stream_tts_to_device(sentence) File "/Users/TDS/01/software/source/server/server.py", line 333, in stream_tts_to_device for chunk in stream_tts(sentence): File "/Users/TDS/01/software/source/server/server.py", line 338, in...

**Describe the bug** Errors when running both server and client on linux. # 01 --server ```bash ➜ 01 --server ○ Starting... INFO: Started server process [247252] INFO: Waiting for application...

Fixed a couple instances of duplicate import statements: - traceback imported twice in server.py - tempfile imported twice in tts.py First time contributing to OSS, so please let me know...

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for simpleaudio Running setup.py clean for simpleaudio Failed to build simpleaudio...

closes #122, uses dynamic port instead of port 80

This commit addresses two issues in `software/source/server/i.py`: 1. Fix the `UnboundLocalError` caused by importing the `os` module at both the top level and within the `configure_interpreter` function. 2. Make the...

**Describe the bug** When running `01` locally, `piper` fails to download due to a bad url. **To Reproduce** Steps to reproduce the behavior: 1. on macOS, run `poetry run 01...

After 01 calls `computer.display.view()` it opens a screenshot of the screen, hangs, then crashes. ![CleanShot 2024-03-22 at 00 23 36@2x](https://github.com/OpenInterpreter/01/assets/65423362/c8987b82-1d73-493d-828e-deea575030c8) *ignore the blue play button that's just speechify* **Desktop:** -...