Categorygithub.com/leizhenpeng/go-api2d
repositorypackage
0.0.2
Repository: https://github.com/leizhenpeng/go-api2d.git
Documentation: pkg.go.dev

# README

Go Api2d

GoDoc Go Report Card codecov

Note: This library is in beta and may change in backwards-incompatible ways.

本仓库基于 openai/go-openai,因此兼容OpenAI API所有接口

同时做出下面优化

  • 我们进行了针对api2d自定义参数的优化,使其更加易于使用(如:内容审核服务)
  • 增加了流对话接口的token计数服务,方便您在服务端监控token消耗情况

This library provides Go clients for . We support:

  • ChatGPT
  • GPT-3, GPT-4

Installation:

go get github.com/leizhenpeng/go-api2d