Browse Source

Update LLM instruction

Alvin Unreal 2 months ago
parent
commit
905a8ef5e5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -132,13 +132,13 @@ bunx oh-my-opencode-slim install --no-tui --antigravity=<yes|no> --openai=<yes|n
 **Examples:**
 **Examples:**
 ```bash
 ```bash
 # Antigravity + OpenAI
 # Antigravity + OpenAI
-bunx oh-my-opencode-slim install --no-tui --antigravity=yes --openai=yes
+bunx oh-my-opencode-slim install --no-tui --antigravity=yes --openai=yes --tmux=no
 
 
 # OpenAI only
 # OpenAI only
-bunx oh-my-opencode-slim install --no-tui --antigravity=no --openai=yes
+bunx oh-my-opencode-slim install --no-tui --antigravity=no --openai=yes --tmux=no
 
 
 # No providers (Zen free models only)
 # No providers (Zen free models only)
-bunx oh-my-opencode-slim install --no-tui --antigravity=no --openai=no
+bunx oh-my-opencode-slim install --no-tui --antigravity=no --openai=no --tmux=no
 ```
 ```
 
 
 The installer automatically:
 The installer automatically: