From 2cd0a28ca9779c8accbbacac6f066b7143d859cc Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Thu, 14 Mar 2024 08:28:55 -0700 Subject: [PATCH] Add sentiment usecase Signed-off-by: Craig Jellick --- docs/README-USECASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-USECASES.md b/docs/README-USECASES.md index c4d9e23c..1c9ae586 100644 --- a/docs/README-USECASES.md +++ b/docs/README-USECASES.md @@ -89,7 +89,7 @@ Here is a GPTScript that reads the content of a large SQL database and produces ### Tagging -Here is a GPTScript that performs sentiment analysis on the input text. [Link to example here] +Here is a GPTScript that performs sentiment analysis on the input text: [Social Media Post Sentiment Analyzer](../examples/sentiments) ### CSV Files