Skip to content

Commit ef2e8a5

Browse files
committed
up openai
1 parent d9ad5ba commit ef2e8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^8.2",
2323
"illuminate/contracts": "^10.0||^11.0||^12.0",
2424
"nikic/php-parser": "^5.1",
25-
"openai-php/laravel": "^0.12",
25+
"openai-php/laravel": "^0.11||^0.12",
2626
"spatie/laravel-package-tools": "^1.16",
2727
"spatie/simple-excel": "^3.7",
2828
"symfony/finder": "^6.0||^7.0",

config/translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'key' => env('OPENAI_API_KEY'),
6363
'organization' => env('OPENAI_ORGANIZATION'),
6464
'request_timeout' => env('OPENAI_REQUEST_TIMEOUT'),
65-
'base_uri' => env('OPENAI_BASE_URI'),
65+
'base_uri' => env('OPENAI_BASE_URL'),
6666
'project' => env('OPENAI_PROJECT'),
6767
],
6868
],

0 commit comments

Comments
 (0)