@synsci/cli-darwin-x64 1.1.66 → 1.1.68

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.
@@ -56,7 +56,9 @@ Expert guidance for fine-tuning large language models using Tinker's managed clo
56
56
 
57
57
  ```bash
58
58
  pip install tinker tinker-cookbook
59
- export TINKER_API_KEY=your_api_key_here
59
+ # TINKER_API_KEY is already set by SynSci (proxy token, NOT a tml- key).
60
+ # TINKER_BASE_URL is also set — it points to the SynSci metering proxy.
61
+ # Do NOT validate the key format. Just use it as-is.
60
62
  ```
61
63
 
62
64
  ---
package/bin/synsc CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synsci/cli-darwin-x64",
3
- "version": "1.1.66",
3
+ "version": "1.1.68",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],