claud api deleted, termux support removed, mock server webcam support added (optional)
This commit is contained in:
+6
-16
@@ -187,23 +187,13 @@ esp32:
|
||||
host: "192.168.178.XXX" # IP des Roboters
|
||||
api_key: "dein_api_key" # Muss mit config.h übereinstimmen!
|
||||
|
||||
claude:
|
||||
api_key: "" # Oder setze ANTHROPIC_API_KEY Environment Variable
|
||||
chat:
|
||||
url: "https://claude.ai/chat/..." # URL deines Claude-Chats
|
||||
```
|
||||
|
||||
### 2.4 Anthropic API Key
|
||||
**Wichtig:** Diese Bridge nutzt Claude.ai direkt im Browser (via Selenium), NICHT die Anthropic API. Du brauchst einen Claude.ai Account aber keinen API Key!
|
||||
|
||||
Erstelle einen API Key auf https://console.anthropic.com/
|
||||
|
||||
```bash
|
||||
# Linux/Mac:
|
||||
export ANTHROPIC_API_KEY="sk-ant-..."
|
||||
|
||||
# Windows (PowerShell):
|
||||
$env:ANTHROPIC_API_KEY="sk-ant-..."
|
||||
```
|
||||
|
||||
### 2.5 Bridge starten
|
||||
### 2.4 Bridge starten
|
||||
|
||||
**Mit start_venv.sh (empfohlen):**
|
||||
```bash
|
||||
@@ -229,7 +219,7 @@ python chat_audio_bridge.py -d
|
||||
python chat_audio_bridge.py -c config.local.yaml
|
||||
```
|
||||
|
||||
### 2.6 Keyboard-Shortcuts während der Bridge läuft
|
||||
### 2.5 Keyboard-Shortcuts während der Bridge läuft
|
||||
|
||||
| Taste | Funktion |
|
||||
|-------|----------|
|
||||
@@ -245,7 +235,7 @@ python chat_audio_bridge.py -c config.local.yaml
|
||||
- Mit **N** startest du einen neuen Chat und die Instruktionen werden erneut gesendet
|
||||
- Bilder werden nur hochgeladen wenn sie sich geändert haben (spart Limit!)
|
||||
|
||||
### 2.7 Spracheingabe (STT) - Wie es funktioniert
|
||||
### 2.6 Spracheingabe (STT) - Wie es funktioniert
|
||||
|
||||
Die Spracheingabe sammelt deine Worte intelligent:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user