@inference-gateway/cli 0.132.1 → 0.133.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -491,6 +491,10 @@ infer init --userspace # Initialize user-level configuration
|
|
|
491
491
|
# Terminal mode (default)
|
|
492
492
|
infer chat
|
|
493
493
|
|
|
494
|
+
# Resume a previous chat session
|
|
495
|
+
infer conversations list # Find session IDs
|
|
496
|
+
infer chat --session-id abc-123-def
|
|
497
|
+
|
|
494
498
|
# Web terminal mode with browser interface
|
|
495
499
|
infer chat --web
|
|
496
500
|
infer chat --web --port 8080 # Custom port
|