From 863cec5a5b483c64d6de790c4460d0da87365442 Mon Sep 17 00:00:00 2001 From: Jake R Date: Mon, 27 Jan 2025 13:57:20 -0800 Subject: [PATCH] Update deepseek blog post --- website/blog/2025-01-22-pure-rl-with-deepseek/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/blog/2025-01-22-pure-rl-with-deepseek/index.mdx b/website/blog/2025-01-22-pure-rl-with-deepseek/index.mdx index 3e10ec6..04a8b82 100644 --- a/website/blog/2025-01-22-pure-rl-with-deepseek/index.mdx +++ b/website/blog/2025-01-22-pure-rl-with-deepseek/index.mdx @@ -50,6 +50,8 @@ For best results, the setup I have been using is Llama3.2 for generating search Search is done through the Google Programmable Search Engine (See [Here](https://docs.openwebui.com/tutorials/integrations/web_search/#google-pse-api) for instructions.) And the model of choice for the response is Deepseek-r1:8b. +![img alt](./deepseek.png) + # Final Thoughts I'm still actively using chatgpt, claude, and others for coding work, but as local LLMs improve you can bet I'll be keeping up to date with this stack.