You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Tip:** Add these to your `.bashrc` or `.zshrc` for persistence.
73
+
This will prompt you for your instance type, base URL, and API key, then write the appropriate exports to your shell config file (`.zshrc`, `.bashrc`, or `config.fish`).
74
+
75
+
#### Windows
76
+
77
+
Windows users need to set environment variables manually:
# To persist across sessions, use System Environment Variables settings
85
+
```
72
86
73
87
3.**Send your first prompt:**
74
88
@@ -80,9 +94,13 @@ That's it! If no workspace is specified, the CLI will automatically create and u
80
94
81
95
## Usage
82
96
83
-
```
84
-
any prompt <message> [options]
85
-
```
97
+
### `any setup` (alias: `s`)
98
+
99
+
Interactive setup wizard that configures your AnythingLLM connection. Prompts for your instance type (Desktop or Cloud/Self-Hosted), base URL, and API key, then writes the environment variables to your shell config file.
100
+
101
+
> **Note:** Only available on macOS and Linux. Windows users must set environment variables manually.
102
+
103
+
### `any prompt <message>` (alias: `p`)
86
104
87
105
### Options
88
106
@@ -125,11 +143,11 @@ any prompt "Write a summary" > summary.md
0 commit comments