DevChat Programming Assistant: A new tool to improve programming efficiency

Article directory Foreword What is DevChat? DevChat Registration Detailed explanation of DevChat usage tutorial Python environment setup VScode installation DevChat plug-in installation DevChat plug-in configuration DevChat hands-on experience Advantages of DevChat Summarize Foreword Which programming assistant is the best? DevChat is here to help! Code generation is slow? Model load is heavy? Poor generation effect? […]

Build an industry knowledge base based on LangChain+ChatGLM2-6B+embedding

Purpose: Recently, I have been exploring large model localization deployment + knowledge base to implement industry solutions, record the installation process, and share it with students who need it. It is very important to determine the version of each component before installation to avoid repeated installations. After reviewing a large amount of information, it can […]

Even more powerful, Java accesses ChatGPT API

This article describes how to interact with the ChatGPT API using Java, helping you integrate the power of the ChatGPT model into your Java applications! Search on WeChat and follow “Java Learning and Research Base Camp” As a large-scale language model trained by OpenAI, ChatGPT provides artificial intelligence services for natural language processing tasks. By […]

The 2.5k ChatGPT-Java version SDK upgrade 1.1.2-beta0 supports GPT-4V, Dall-e-3 model, ToolCalls, fine-tuning Job, TTS…

1. Project Introduction Chatgpt-Java is the Java SDK of OpenAI’s official API, which can be quickly accessed for use in projects. Supports all official OpenAI interfaces. The current harvest will be 2500 + star. Open source address: https://github.com/Grt1228/chatgpt-java Official documentation: https://chatgpt-java.unfbx.com/ Latest version: 1.1.2-beta0 <dependency> <groupId>com.unfbx</groupId> <artifactId>chatgpt-java</artifactId> <version>1.1.2-beta0</version> </dependency> Currently supported features: Dall-e-3 FineTuneJob TTS […]

With pictures and texts, we will teach you step by step how to use the OpenAI interface based on React+md to achieve the ChatGPT typewriter effect.

Preliminary preparation Front-end project Backend interface (OpenAI interface is enough) Start a new React project If you have existing projects, you can skip this step and go directly to the next step~ Next.js is a full-stack React framework. It’s versatile and allows you to create React apps of any size – from static blogs to […]

DevChat is an all-in-one AI programming assistant that helps you “overwhelm your friends with one enemy and three scrolls”

What is DevChat and what can it help us with? DevChat is a product of OpenAI, an AI that can conduct programming-related conversations. This means you can use it to solve some programming problems or get advice about programming. You can provide code snippets and ask questions and it will help as much as possible. […]