From 3c80155dcfd9a5400edfe9026f88f3467b445698 Mon Sep 17 00:00:00 2001 From: Courtland Leer <93223786+courtlandleer@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:21:50 -0500 Subject: [PATCH] link fix --- content/blog/User State is State of the Art.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/User State is State of the Art.md b/content/blog/User State is State of the Art.md index 3c93b1e36..6c7b2b1ad 100644 --- a/content/blog/User State is State of the Art.md +++ b/content/blog/User State is State of the Art.md @@ -81,7 +81,7 @@ The first step in building a DSPy program is defining a task. And we want to rem Given an arbitrary task, we define our metric as whether or not the response quality is good given that state. Once we've accrued enough examples (through Discord reactions), it triggers an optimizer to look for few-shot examples to include in the prompts that increase performance on the metric. You can then store this optimized module in a Honcho `User` object and use that for inference! -[Check it out here.]([https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas](https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas "https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas")) +[Check it out here.](https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas](https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas "https://github.com/plastic-labs/honcho/tree/main/example/discord/honcho-dspy-personas") ![[dspy_persona_ttg.png]]