1
Showing
app/Client/OpenAI.php
0 → 100644
app/Exceptions/OpenAI/ApiKeyIsMissing.php
0 → 100644
app/Facades/OpenAI.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Http/Middleware/Cors.php
0 → 100644
app/Providers/AiServiceProvider.php
0 → 100644
... | ... | @@ -2,7 +2,10 @@ |
"name": "laravel/laravel", | ||
"type": "project", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^8.0.2", | ||
... | ... | @@ -12,7 +15,9 @@ |
"laravel/sanctum": "^3.0", | ||
"laravel/tinker": "^2.7", | ||
"orangehill/iseed": "^3.0", | ||
"php-open-source-saver/jwt-auth": "^2.1" | ||
"orhanerday/open-ai": "^4.7", | ||
"php-open-source-saver/jwt-auth": "^2.1", | ||
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"fakerphp/faker": "^1.9.1", | ||
... | ... |
config/openai.php
0 → 100644
Please
register
or
sign in
to comment