Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gioni06 committed Jan 17, 2023
1 parent bcd905e commit 4010fd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "gioni06/gpt3-tokenizer",
"description": "The Laravel Framework.",
"description": "PHP package for Byte Pair Encoding (BPE) used by GPT-3.",
"keywords": ["gpt-3", "openai", "gpt-2", "tokenizer", "encode", "decode"],
"license": "MIT",
"homepage": "https://github.com/Gioni06/gpt3-tokenizer",
"license": "Apache-2.0",
"homepage": "https://github.com/Gioni06/GPT3Tokenizer",
"support": {
"issues": "https://github.com/Gioni06/gpt3-tokenizer/issues",
"source": "https://github.com/Gioni06/gpt3-tokenizer"
"issues": "https://github.com/Gioni06/GPT3Tokenizer/issues",
"source": "https://github.com/Gioni06/GPT3Tokenizer"
},
"scripts": {
"test": "vendor/bin/phpunit tests"
Expand Down

0 comments on commit 4010fd4

Please sign in to comment.