1. Go to this page and download the library: Download yethee/tiktoken library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
use Yethee\Tiktoken\EncoderProvider;
$encProvider = new EncoderProvider();
$encProvider->setVocabCache('/path/to/cache');
// Using the provider
use Yethee\Tiktoken\Encoder\LibEncoder;
use Yethee\Tiktoken\EncoderProvider;
// LibEncoder::init('/path/to/lib');
$encProvider = new EncoderProvider(true); // Force using the lib encoder
shell
git clone [email protected]:yethee/tiktoken-php.git
cd tiktoken-php
cargo build --release
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.