Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ThieryMichel committed Oct 23, 2024
1 parent 0241eb0 commit 2ffb59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion article/creating-a-blog-article-reviewer-with-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We create blog articles by opening pull requests on the blog repository. What if
The first step is to call OpenAI with the article content and the appropriate prompt. Integration with GitHub would be the next step.

Calling the OpenAI API is simple with the `openai` package. Just follow the README instructions.
However, finding the right prompt proved to be a different challenge.
Finding the right prompt was a significant challenge.

## The quest for the good prompt

Expand Down

0 comments on commit 2ffb59f

Please sign in to comment.