From 504edc7266c8a6406e1f5651c01ae1711e514861 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 3 Feb 2025 10:57:42 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48d1912..80b13c8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,27 @@ +## Install + ```bash export GOOGLE_API_KEY=... # ask han -export BRAVE_API_KEY=... # ask han +export BRAVE_API_KEY=... # brave provide free key, ask han export JINA_API_KEY=jina_... # get from jina.ai npm install +``` + +## Example +``` # example: no tool calling npm run dev "1+1=" npm run dev "what is the capital of France?" -# example: simple +# example: 2-step npm run dev "what is the latest news from Jina AI?" -# example: wrong answer +# example: 3-step npm run dev "what is the twitter account of jina ai's founder" +# example: many-step, ambiguious question +npm run dev "who is bigger? cohere, jina ai, voyage?" + # example: open question, long chain of thoughts npm run dev "who will be president of US in 2028?" npm run dev "what should be jina ai strategy for 2025?"