From 2dc2660c1c926377b420e5328066d8a159de5e27 Mon Sep 17 00:00:00 2001 From: "Chen, Danny" Date: Sun, 25 Aug 2024 15:08:31 +0800 Subject: [PATCH] Fix badge url https://github.com/PUGX/badge-poser/issues/1195 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89119b3..c856b39 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![PHP Test](https://github.com/danny50610/bpe-tokeniser/actions/workflows/php.yml/badge.svg)](https://github.com/danny50610/php-cid/actions) [![codecov](https://codecov.io/gh/danny50610/bpe-tokeniser/graph/badge.svg?token=CGORRQ1P6W)](https://codecov.io/gh/danny50610/bpe-tokeniser) -[![Latest Stable Version](http://poser.pugx.org/danny50610/bpe-tokeniser/v)](https://packagist.org/packages/danny50610/bpe-tokeniser) -[![Total Downloads](http://poser.pugx.org/danny50610/bpe-tokeniser/downloads)](https://packagist.org/packages/danny50610/bpe-tokeniser) -[![License](http://poser.pugx.org/danny50610/bpe-tokeniser/license)](https://packagist.org/packages/danny50610/bpe-tokeniser) +[![Latest Stable Version](https://poser.pugx.org/danny50610/bpe-tokeniser/v)](https://packagist.org/packages/danny50610/bpe-tokeniser) +[![Total Downloads](https://poser.pugx.org/danny50610/bpe-tokeniser/downloads)](https://packagist.org/packages/danny50610/bpe-tokeniser) +[![License](https://poser.pugx.org/danny50610/bpe-tokeniser/license)](https://packagist.org/packages/danny50610/bpe-tokeniser) PHP port for [openai/tiktoken](https://github.com/openai/tiktoken) (most)