Skip to content

Commit

Permalink
Storage default changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu committed Apr 19, 2024
1 parent 6c130fd commit 6975ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ return [
'request_timeout' => env('OPENAI_TIMEOUT'),
'use_storage' => env('FINE_TUNER_USE_STORAGE', false),
'storage' => [
'disk' => env('FINE_TUNER_STORAGE', 'local'),
'disk' => env('FINE_TUNER_STORAGE', 'public'),
],
```

Expand Down
2 changes: 1 addition & 1 deletion config/finetuner.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
'request_timeout' => env('OPENAI_TIMEOUT'),
'use_storage' => env('FINE_TUNER_USE_STORAGE', false),
'storage' => [
'disk' => env('FINE_TUNER_STORAGE', 'local'),
'disk' => env('FINE_TUNER_STORAGE', 'public'),
],
];

0 comments on commit 6975ba8

Please sign in to comment.