Skip to content

Commit

Permalink
use gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 10, 2024
1 parent 015482f commit e6d4d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ return [
'service' => null,
'services' => [
'openai' => [
'model' => 'gpt-4o',
'model' => 'gpt-4o-mini',
'prompt' => "
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
Expand Down Expand Up @@ -129,7 +129,7 @@ return [
'service' => null,
'services' => [
'openai' => [
'model' => 'gpt-4o',
'model' => 'gpt-4o-mini',
'prompt' => '
Fix the grammar and syntax of the following JSON string while respecting the following rules:
- Never change the keys.
Expand Down
4 changes: 2 additions & 2 deletions config/translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'service' => null,
'services' => [
'openai' => [
'model' => 'gpt-4o',
'model' => 'gpt-4o-mini',
'prompt' => "
As an experienced copywriter and translator specializing in website copy, your task is to translate the provided content from a specific website.
Your translations should maintain the original tone while being adapted to the target language, ensuring they are both relevant and clear.
Expand Down Expand Up @@ -87,7 +87,7 @@
'service' => null,
'services' => [
'openai' => [
'model' => 'gpt-4o',
'model' => 'gpt-4o-mini',
'prompt' => '
Fix the grammar and syntax of the following JSON string while respecting the following rules:
- Never change the keys.
Expand Down

0 comments on commit e6d4d51

Please sign in to comment.