ai-token-calculator

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

README

AI 模型 Token 计算器

一个可以验证和计算文本消耗 Token 的小工具。

网页版本,汉化自 OpenAI Tokenizer。

使用方式

使用方式有很多种。

TBD

Nginx

你可以使用 Nginx 来快速使用这个项目,如果你使用 Docker,可以使用类似 ./docker-compose.nginx.yml 中的方式:

version: "3"

services:
  web:
    image: nginx:1.25.3-alpine
    volumes:
      - ./public:/usr/share/nginx/html
    ports:
      - "8080:80"

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