Categorygithub.com/eswulei/chatglm-go
modulepackage
0.0.1
Repository: https://github.com/eswulei/chatglm-go.git
Documentation: pkg.go.dev

# README

Synchronization with official Python SDK feature & version numbers.

This library provides unofficial Go clients for ChatGLM API. We support:

forked from github.com/sunny0826/go-chatglm, v4 api surpported.

Installation:

go get github.com/eswulei/chatglm-go

Select Model

  • ChatGLMLite
  • ChatGLMStd
  • ChatGLMPro
m := chatglm.ModelAPI{
    Model:       chatglm.ChatGLMLite,
    // Model:       chatglm.ChatGLMStd,
    // Model:       chatglm.ChatGLMPro,
}

Examples

license

Apache License 2.0

# Packages

No description provided by the author

# Functions

NewSSEClient creates a new SSEClient instance.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
BaseURL = "https://open.bigmodel.cn/api/paas/v3/model-api".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Event represents an SSE event.
No description provided by the author
SSEClient represents a Server-Sent Events (SSE) client.