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
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,14 @@ Determines which proxy to use to connect to the LLM endpoint:
219
219
llmProxy = "socks5://127.0.0.1:9050"
220
220
```
221
221
222
+
#### generalProxy
223
+
224
+
Determines which proxy to use for other things:
225
+
226
+
```
227
+
llmProxy = "socks5://127.0.0.1:9050"
228
+
```
229
+
222
230
#### ircdName
223
231
224
232
Name of the milla instance, must be unique across all instances.
@@ -471,6 +479,10 @@ Pings the user after the given amount in seconds: `/remind 1200`
471
479
472
480
Rolls a number between 1 and 6 if no arguments are given. With one argument it rolls a number between 1 and the given number. With two arguments it rolls a number between the two numbers: `/rool 10000 66666`
0 commit comments