From 6d78cdf419b3359f0aaeda219e436d7b5f53b8d2 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 14 Oct 2023 16:18:13 -0400 Subject: [PATCH] plug --- docs/blog/posts/distilation-part1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/distilation-part1.md b/docs/blog/posts/distilation-part1.md index 52f18b9..d2cf0d3 100644 --- a/docs/blog/posts/distilation-part1.md +++ b/docs/blog/posts/distilation-part1.md @@ -107,4 +107,4 @@ def fn(a: int, b: int) -> Multiply: Now we can swap out the implementation of `fn` with calling the finetuned model, since we know the response type is still `Multiply` we can use instructor behind the scenes and have it be backwards compatible with the existing code. -This is a powerful idea, and I'm excited to see where it goes. \ No newline at end of file +Now if you're thinking wow, I'd love a backend service to do this for continously, you're in luck! Please check out the survey at [useinstructor.com](https://useinstructor.com) and let us know who you are. \ No newline at end of file