@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.
- package/bin/skills/tinker/SKILL.md +3 -1
- package/bin/synsc +0 -0
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|