From e538d87f6d4f137ae8b22c84d5724c63b5198c65 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 17 Jul 2024 16:41:25 +0900 Subject: [PATCH] docs: update README.md minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f02b4..6ec62dd 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Or simply send a post request like: ```python import requests -goal = "I want to know the annual revenue of Microsoft from 2014 to 2020. Please generate a figure in text format showing the trend of the annual revenue, and give me a analysis report." +goal = "I want to know the annual revenue of Microsoft from 2014 to 2020. Please generate a figure in text format showing the trend of the annual revenue, and give me an analysis report." response = requests.post( "http://127.0.0.1:5050/launch_goal",