@runtypelabs/cli 2.10.4 → 2.10.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +16211 -49932
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -767,7 +767,7 @@ RUNTYPE_DASHBOARD_URL=http://localhost:3001
767
767
  CLERK_PUBLISHABLE_KEY=pk_test_your_key_here
768
768
 
769
769
  # Optional: Set defaults
770
- RUNTYPE_DEFAULT_MODEL=meta/llama3.1-8b-instruct-free
770
+ RUNTYPE_DEFAULT_MODEL=qwen/qwen3.5-9b
771
771
  RUNTYPE_DEFAULT_TEMPERATURE=0.7
772
772
  DEBUG=true
773
773
  ```