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 […]

Compiled version problem androidx.appcompat:appcompat-resources reference error

According to the content of the error message, it can be seen that this error is caused by the androidx.appcompat:appcompat-resources version in your project’s dependent library being incompatible with your compileSdkVersion. The error message shows that the minimum compilation version (minCompileSdk) specified in the AAR metadata file of the dependent library androidx.appcompat:appcompat-resources is 33, and […]

Pytorch installation and configuration in pycharm and jupyter-CPU detailed version

1. Create a virtual environment conda create -n virtual environment name python=3.6 It prompts me that I have already created this virtual environment, select y. After creation, the following screen is displayed Check again whether the creation is successful Enter the following command conda env list From the picture below, you can see that it […]

k8s’s Init Containers container implements code version upgrade release and deployment version rollback: practical operation version

Initialization containers in Pod: Init Containers Theoretical premise of initContainers implementation: Containers in the same Pod share network, volume and other resources Init Containers In Kubernetes, an init container is a container that is started and executed before other containers in the same Pod. Its purpose is to perform initialization logic for the main application […]

Git version control system branches and tags (version)

Table of Contents 1. Git branch (Branch) 1.1 Branch function 1.2 Four branch management strategies 1.3 Use cases 1.3.1 Instructions 1.3.2 Use in combination with application scenarios 2. Git tag (Tag) 2.1 Label function 2.2 Label specifications 2.3 Use cases 2.3.1 Instructions 2.3.2 Usage examples 1. Git Branch (Branch) Branching is a key concept when […]

Pure handwritten version of handwritten digit recognition – no frame

Pure handwriting version of handwritten digit recognition–no frame Background knowledge introduction Complete code MiNIST handwriting dataset There is a problem with the code references Background knowledge introduction The code mainly includes four parts, namely preprocessing, training, prediction and visualization, which will be introduced separately next. preprocessing Before training, you need to read the contents of […]

I am learning OpenCV color space conversion in Vscode

Article directory color 【1】Color space (color gamut) (1) **RGB color space** Conversion to xyz color space Convert RGB color space to XYZ color space Convert XYZ color space to RGB color space (2) **CMYK color space** (3) **HSV** (**Hue, Saturation, Value**) color space (4) **YUV and YCbCr color space** 【2】Color space conversion 2.1 GRAY color […]

Local construction of Elastic Stack (Elasticsearch + kibana + Logstash + FileBeat + APM) 7.17.14 version

Local construction of Elastic Stack (Elasticsearch + kibana + Logstash + FileBeat + APM) 7.17.14 version 1. Foreword: 1. This article is a non-cluster environment configuration description for the installation of Elastic Stack version 7.17.14. If you are using the 8.x version of the Elastic Stack product, this article does not apply. 2. The example […]