3 ms·
OK - I guess I'll ask here. As there have been a lot of Jev related submissions, can someone point me to a simple guide on how I can use it? For example, say I
by BeetleB 5d ago
OK - I guess I'll ask here.
As there have been a lot of Jev related submissions, can someone point me to a simple guide on how I can use it? For example, say I have a script/workflow where I use OpenRouter for LLM calls, and at some point I want to do a simple classification. Can I still use OpenRouter with some Jev model...?
- prodigycorp 5d agoBest just to use a skill. Here is typesafe’s skills.md https://docs.typesafe.ai/agent-skill https://docs.typesafe.ai/agent-skill (which I don’t think is well written, but it’s a start). Also read their docs, I think they’re interesting.
- BeetleB 5d agoI need it for running in standalone scripts. How do I get a skill to work there? I mean, I guess I can have my script call pi and offload it to that, but I just want everything contained in one script.