Local API Invocation for ChatGLM3-6B
ChatGLM3-6B Local API Invocation Method
Starting the Local ChatGLM3-6B Model
1. Create a New Conda Environment
Execute the following commands to create a new Conda environment:
conda create -n chatglm3-demo python=3.11
conda activate chatglm3-demo
2. Navigate to the openai_api_demo Module and Run the Following Code:
python api_server.py
If yo ...
Posted on Sun, 10 May 2026 17:53:22 +0000 by jamesflynn