Skip to content

Commit

Permalink
Merge pull request #509 from manishsencha/patch-1
Browse files Browse the repository at this point in the history
feat: Fix typo
  • Loading branch information
nevo-david authored Jan 4, 2025
2 parents 8297dc7 + 54fba79 commit 5657b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/nestjs-libraries/src/openai/openai.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class OpenaiService {
{
role: 'assistant',
content:
'Your take a full website text, and extract only the article content',
'You take a full website text, and extract only the article content',
},
{
role: 'user',
Expand Down

0 comments on commit 5657b21

Please sign in to comment.