How Ordinary People Can Use DeepSeek’s API

How Ordinary People Can Use DeepSeek's API

Before 2023, I thought API calls were exclusive to developers. Until one day, I discovered a somewhat magical fact: With the development of AI large models to this stage, I can also call APIs. I can’t understand the documentation? Let AI handle it; I can’t write code? Let AI do the coding. Recently, everyone has … Read more

Integrate DeepSeek R1 with VScode in Three Steps

Integrate DeepSeek R1 with VScode in Three Steps

Click below👇“Rong Sister Talks AI”Follow the public account, and let’s learn AI together! It has been really lively these days, feeling like domestic AI models are holding back big moves. DeepSeek just released its V3 version, and on January 20, it will officially launch DeepSeek-R1, directly competing with OpenAI o1 model. The image below is … Read more

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

The cursor software is a great tool that can help beginners with no coding experience develop software from scratch. The recently popular “Kitten Light” app was developed using Cursor, which has gained widespread attention and made more ordinary people aware of the effects and potential of AI programming. Cursor is a paid software, and after … Read more

Implementing MCP Server with Python Using Cline 3.3 and Deepseek V3

Implementing MCP Server with Python Using Cline 3.3 and Deepseek V3

[Reference Link:] 1, https://mp.weixin.qq.com/s?__biz=MzAwNDEyNTg0MA==&mid=2649952903&idx=1&sn=c2345968688b792713836a19ba9a0a68&chksm=82c9cc1a91ce6fc113f909f77bed555a42eea8913fa2cb24e4cf1045b7a434a7155120a3bcda&mpshare=1&scene=2&srcid=0106KLCAc4ucqaMZHSFSpMmw&sharer_shareinfo=02088532e517bf4cb86ea447109b83b4&sharer_shareinfo_first=7f2b5d39c0d49ce7c5d6d19394eaf41b#rd It’s simpler than a button! Quickly build an Agent workflow with Cline + MCP: Practical case analysis Generated foreign media comments for military bloggers directly using Cline to create the MCP server 2, https://openrouter.ai/ OpenRouter itself seems to be a website aggregating LLMs and providing a unified interface, one of its … Read more

Roo Cline: Enhanced Fork of Cline

Roo Cline: Enhanced Fork of Cline

Click below to follow, article from “ Recently, I saw another Fork version of Cline called Roo-Cline, which has iterated on the basis of Cline, enhancing its capabilities and making some features more user-friendly. I am sharing it here with everyone. ” In the past few days, I introduced the basic usage of Deepseek V3 … Read more

In-Depth Analysis of RL Strategies in Mainstream Open-Source LLMs

In-Depth Analysis of RL Strategies in Mainstream Open-Source LLMs

The author is from Meta, an internet practitioner, focusing on LLM4Code and LLMinfra. The original text is from Zhihu, link: https://zhuanlan.zhihu.com/p/16270225772 This article is for academic/technical sharing only. If there is any infringement, please contact for removal. RLHF is an important part of LLM training. With the development of open-source models, we observe that some … Read more

Deploying DeepSeek Large Model Using Ollama

Deploying DeepSeek Large Model Using Ollama

Deploying DeepSeek Large Model Using Ollama Prerequisites Download CUDA drivers using NVIDIA graphics card https://developer.nvidia.com/cuda-downloads Ollama Ollama Official Version: https://ollama.com/ My graphics card is on a Windows computer, so I will install using the Windows installation method.If your graphics card is on Linux, you can install using the following command. curl -fsSL https://ollama.com/install.sh | sh … Read more

Running Deekseek-R1 Distillation Model with Llama Edge

Running Deekseek-R1 Distillation Model with Llama Edge

DeepSeek-R1 uses reinforcement learning to significantly enhance the model’s inference capabilities. In tasks such as mathematics, coding, and natural language reasoning, its performance rivals that of OpenAI’s official version o1.The small model distilled from DeepSeek-R1 effectively inherits the reasoning patterns learned by the large model.This article primarily tests DeepSeek-R1-Distill-Llama-8B-GGUF using Llama Edge. Welcome to experiment … Read more