Skip to content

GLM-ZAI-2API v1.0.1 - Bug Fixes and Improvements

Choose a tag to compare

@D3-vin D3-vin released this 07 Jul 10:12

GLM-ZAI-2API v1.0.1 - Bug Fixes and Improvements

Maintenance release with bug fixes and enhancements.

πŸ”§ What's Changed

Improvements

  • Enhanced dashboard β€” improved UI and status display
  • Better error handling β€” more detailed logging in main.go
  • Improved tool calling β€” enhanced parsing and adapter in tools.go
  • Token management β€” additional features in tokens.go
  • Token collector fixes β€” bug fixes and stability improvements

Bug Fixes

  • Fixed edge cases in tool calling parser
  • Improved token database handling
  • Better error messages for debugging

πŸ“₯ Downloads

Main API Server

Platform Download Size
Windows x64 glm-zai-2api-windows-amd64.exe ~10.4 MB
Linux x64 glm-zai-2api-linux-amd64 ~10.2 MB
macOS Intel glm-zai-2api-macos-amd64 ~10.4 MB
macOS Apple Silicon glm-zai-2api-macos-arm64 ~9.9 MB

Token Collector

Platform Download Size
Windows x64 token-collector-windows-amd64.exe ~11.0 MB
Linux x64 token-collector-linux-amd64 ~10.8 MB
macOS Intel token-collector-macos-amd64 ~11.0 MB
macOS Apple Silicon token-collector-macos-arm64 ~10.4 MB

πŸš€ Quick Start

# Download and run
./glm-zai-2api-*

# Dashboard: http://localhost:5082
# API: http://localhost:5082/v1/chat/completions

πŸ”§ Kiro Configuration

Base URL: http://localhost:5082/v1
API Key: d3vin
Model: glm-4.7 or GLM-5.1

πŸ“ Full Changelog

  • dashboard.go: UI improvements and status display
  • main.go: Enhanced error handling and logging
  • tools.go: Better tool calling parsing and adapter
  • tokens.go: Additional token management features
  • token-collector/main.go: Bug fixes and improvements

Full Changelog: v1.0.0...v1.0.1


πŸ“– Documentation

πŸ“± Contact