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.