diff --git a/README.md b/README.md index 22730ef..7dfb8e7 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,13 @@ In this section you can get a feeling for the kind of microservices that can be ### Extract and summarize news articles given a URL ```bash gptdeploy generate \ ---description "Extract text from a news article URL using Newspaper3k library and generate a summary." \ +--description "Extract text from a news article URL using Newspaper3k library and generate a summary using gpt." \ --test "input: 'http://fox13now.com/2013/12/30/new-year-new-laws-obamacare-pot-guns-and-drones/' output: assert a summarized version of the article exists" \ --model gpt-4 \ --path microservice ``` News Article Example - ### Chemical Formula Visualization ```bash gptdeploy generate \ diff --git a/res/news_article_example.png b/res/news_article_example.png new file mode 100644 index 0000000..c455ce4 Binary files /dev/null and b/res/news_article_example.png differ