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 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=./workspace # holds images/ videos/ jobs/ prepared-images/
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