Manifold Market API examples & templates
Use these vals as a playground to view and fork Manifold Market API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
sharanbabu
textSummarizationComparisonTool
* This val creates a text summarization comparison tool using the Cerebras LLM API.
* It provides a text area with default text, a summarize button, and displays two different summarization results:
* 1. Direct summarization
* 2. Extractive summarization followed by cohesive rewriting
*
* The server handles API calls to Cerebras, while the client manages the UI and user interactions.
HTTP