File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ return [
101101 'service' => null,
102102 'services' => [
103103 'openai' => [
104- 'model' => 'gpt-4o',
104+ 'model' => 'gpt-4o-mini ',
105105 'prompt' => "
106106 As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
107107 Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
@@ -129,7 +129,7 @@ return [
129129 'service' => null,
130130 'services' => [
131131 'openai' => [
132- 'model' => 'gpt-4o',
132+ 'model' => 'gpt-4o-mini ',
133133 'prompt' => '
134134 Fix the grammar and syntax of the following JSON string while respecting the following rules:
135135 - Never change the keys.
Original file line number Diff line number Diff line change 5959 'service ' => null ,
6060 'services ' => [
6161 'openai ' => [
62- 'model ' => 'gpt-4o ' ,
62+ 'model ' => 'gpt-4o-mini ' ,
6363 'prompt ' => "
6464 As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
6565 Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
8787 'service ' => null ,
8888 'services ' => [
8989 'openai ' => [
90- 'model ' => 'gpt-4o ' ,
90+ 'model ' => 'gpt-4o-mini ' ,
9191 'prompt ' => '
9292 Fix the grammar and syntax of the following JSON string while respecting the following rules:
9393 - Never change the keys.
You can’t perform that action at this time.
0 commit comments