Skip to content

Commit

Permalink
Merge branch 'main' into README-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas authored Jul 10, 2024
2 parents 5c6c96b + f6e6d34 commit 59c3e87
Show file tree
Hide file tree
Showing 73 changed files with 2,709,284 additions and 8,289 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div align="center">

| [中文版](docs/README_CN.md) | [日本語](docs/README_JP.md) | [English](README.md) |
| [中文版](docs/README_CN.md) | [日本語](docs/README_JA.md) | [English](README.md) |

</div>

Expand Down Expand Up @@ -127,7 +127,9 @@ If you want to run local speech-to-text using Whisper, you must install Rust. Fo

## Customizations

To customize the behavior of the system, edit the [system message, model, skills library path,](https://docs.openinterpreter.com/settings/all-settings) etc. in `i.py`. This file sets up an interpreter, and is powered by Open Interpreter.
To customize the behavior of the system, edit the [system message, model, skills library path,](https://docs.openinterpreter.com/settings/all-settings) etc. in the `profiles` directory under the `server` directory. This file sets up an interpreter, and is powered by Open Interpreter.

To specify the text-to-speech service for the 01 `base_device.py`, set `interpreter.tts` to either "openai" for OpenAI, "elevenlabs" for ElevenLabs, or "coqui" for Coqui (local) in a profile. For the 01 Light, set `SPEAKER_SAMPLE_RATE` in `client.ino` under the `esp32` client directory to 24000 for Coqui (local) or 22050 for OpenAI TTS. We currently don't support ElevenLabs TTS on the 01 Light.

## Ubuntu Dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ poetry run 01 # Runs the 01 Light simulator (hold your spacebar, speak, release)

如果你以 [LMC 格式](https://docs.openinterpreter.com/protocols/lmc-messages) 将原始音频字节流传送到 `/`,你将会以相同的格式收到其回复。

[Andrej Karpathy's LLM OS](https://twitter.com/karpathy/status/1723140519554105733) 的启发,我们运行了一个 [code-interpreting language model](https://github.com/OpenInterpreter/open-interpreter),并在你的计算机 [ 内核 ](https://github.com/OpenInterpreter/01/blob/main/01OS/01OS/server/utils/kernel.py) 发生某些事件时调用它。
[Andrej Karpathy's LLM OS](https://twitter.com/karpathy/status/1723140519554105733) 的启发,我们运行了一个 [code-interpreting language model](https://github.com/OpenInterpreter/open-interpreter),并在你的计算机 [ 内核 ](https://github.com/OpenInterpreter/01/blob/main/software/source/server/utils/kernel.py) 发生某些事件时调用它。

01 将其包装成一个语音界面:

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For windows, please refer to the [setup guide](/getting-started/setup#windows).
```bash
# Clone the repo and navigate into the software directory
git clone https://github.com/OpenInterpreter/01.git
cd software
cd 01/software

# Install dependencies and run 01
poetry install
Expand Down
8 changes: 7 additions & 1 deletion docs/legal/fulfillment-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ The customer is responsible for return shipping costs, unless the return is due

Upon receipt and inspection of the returned product, we will issue a refund for the purchase price, less any applicable restocking fees, to the original payment method.

**Return Address:**
Open Interpreter Inc.
505 Broadway E
PMB 323
Seattle, WA 98102

## 5. Cancellation Policy

### 5.1. Order Cancellation
Expand All @@ -56,6 +62,6 @@ Once an order has been processed and shipped, it can no longer be cancelled. You

## 6. Customer Support

For inquiries, requests, or concerns regarding your order, refund, return, or any other aspect of this Policy, please contact our customer support team at [email protected]. We will make every effort to address your concerns promptly and provide a satisfactory resolution in accordance with this Policy and applicable laws.
For inquiries, requests, or concerns regarding your order, refund, return, or any other aspect of this Policy, please contact our customer support team via call or text to **(206) 701-9374**‬ or via email at **[email protected]**. We will make every effort to address your concerns promptly and provide a satisfactory resolution in accordance with this Policy and applicable laws.

This Policy is governed by and construed in accordance with the laws of the State of Washington, without giving effect to any principles of conflicts of law.
Binary file added hardware/light/bodies/v1.3/Backing Plate.stl
Binary file not shown.
Loading

0 comments on commit 59c3e87

Please sign in to comment.