Allow users to quickly stand up a server without creating a project.
Like so:
dspy-cli run -m anthropic/sonnet-4.5 "question -> answer"
This stands up an endpoint using a Predict module and the provided signature.
This feature exists almost purely for demos, and should only be implemented after the UI exists.
Allow users to quickly stand up a server without creating a project.
Like so:
dspy-cli run -m anthropic/sonnet-4.5 "question -> answer"This stands up an endpoint using a Predict module and the provided signature.
This feature exists almost purely for demos, and should only be implemented after the UI exists.