iim-api

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2023 License: MIT Imports: 6 Imported by: 0

README

智元 IM API

Release License Go Report Card

智元 IM 是一个网页版即时聊天系统, 同时拥有AI聊天对话功能, 本项目基于Lumen IM使用GoFrame框架开发

功能介绍

  • 支持 OpenAI 全模型

项目预览

Docker部署

传送门

API接口

同OpenAI接口
curl --location 'https://api.iim.ai/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-IIMGD1unkIVxDbCi0ErDjnM0YwVuDUbJOs0XMkTtMJxAEg0N' \
--data '{
    "model": "gpt-3.5-turbo-16k",
    "stream": true,
    "messages": [
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "hi"}
    ]
}'
获取使用额度接口
curl --location 'https://api.iim.ai/v1/token/usage' \
--header 'Authorization: Bearer sk-IIMGD1unkIVxDbCi0ErDjnM0YwVuDUbJOs0XMkTtMJxAEg0N'

响应结果

{
    "code": 200,
    "message": "success",
    "data": {
        "usage_count": 1,
        "used_tokens": 11,
        "total_tokens": 10000
    }
}

作者

作者

交流群

交流群

Star History Chart

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL