grok-studio 0.1.2 → 0.1.5
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 +2 -2
- package/dist/client/assets/index-BL3xpuv3.js +15 -0
- package/dist/client/assets/{index-CxpDl-6Y.css → index-C3a2K4XW.css} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server/cli.js +13 -3
- package/package.json +1 -1
- package/dist/client/assets/index-aP61AD4r.js +0 -15
package/README.md
CHANGED
|
@@ -34,9 +34,9 @@ grok-studio status # config + xAI auth + server health
|
|
|
34
34
|
HOST=127.0.0.1 # 0.0.0.0 for LAN access
|
|
35
35
|
PORT=8787
|
|
36
36
|
ACCESS_TOKEN= # set to gate non-loopback access (empty = open on loopback/LAN)
|
|
37
|
-
WORKSPACE_DIR
|
|
37
|
+
WORKSPACE_DIR=~/.grok-studio/workspace # holds images/ videos/ jobs/ prepared-images/
|
|
38
38
|
XAI_AUTH_MODE=oauth # or: api_key (+ XAI_API_KEY)
|
|
39
|
-
XAI_VIDEO_MODEL=grok-imagine-video
|
|
39
|
+
XAI_VIDEO_MODEL=grok-imagine-video-1.5
|
|
40
40
|
XAI_IMAGE_MODEL=grok-imagine-image-quality
|
|
41
41
|
```
|
|
42
42
|
|