-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "yandricr/gpti-php",
"description": "This package simplifies your interaction with various GPT models, removing the need for tokens or other methods to access GPT",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"gpti\\": "src/"
}
},
"authors": [
{
"name": "yandricr",
"email": "yandribret@gmail.com"
}
],
"keywords": [
"gpt",
"gpt-3",
"gpt-3.5",
"gpt-4",
"gpti",
"gpt-free",
"ai",
"blackbox",
"prodia",
"bing",
"chat",
"stream",
"dalle",
"generate-image",
"llama-3.1",
"gpt-4o"
],
"minimum-stability": "stable",
"require": {
"guzzlehttp/guzzle": "^7.8"
},
"homepage": "https://github.com/yandricr/gpti-php",
"support": {
"email": "yandribret@gmail.com",
"source": "https://github.com/yandricr/gpti-php",
"docs": "https://nexra.aryahcr.cc/"
},
"readme": "README.md"
}