Sign inSign up

hfdend/tiktoken

By hfdend

Updated over 3 years ago

openapi token统计

Image
0

931

hfdend/tiktoken repository overview

docker-compose.yml配置
version: "3.9"
services:
  tiktoken:
    image: hfdend/tiktoken:latest
    restart: always
    ports:
      - 5050:5050
    volumes:
      - /etc/localtime:/etc/localtime:ro
    labels:
      co.elastic.logs/enabled: false
curl
请求
curl -X POST -H "Content-Type: application/json" -d '{"text":"GPT-4 是一个强大的人工智能模型,能够处理多种语言。例如:中文, English, 日本語, 한국어等。", "model":"gpt-4"}' http://127.0.0.1:5050/count_tokens
响应
{"model":"gpt-4","token_count":45}

Tag summary

Content type

Image

Digest

sha256:3759b8acc

Size

51.7 MB

Last updated

over 3 years ago

docker pull hfdend/tiktoken