2025-01-27 14:26:07 +08:00
2025-01-27 14:26:07 +08:00
2025-01-26 14:53:55 +08:00
2025-01-27 13:47:13 +08:00
2025-01-27 13:47:13 +08:00
2025-01-26 22:29:17 +08:00
2025-01-26 15:26:46 +08:00

export GOOGLE_API_KEY=...  # ask han
export JINA_API_KEY=jina_...  # get from jina.ai
npm install
# example: no tool calling 
npm run dev "1+1="
npm run dev "what is the capital of France?"

# example: simple
npm run dev "what is the latest news from Jina AI?"

# example: wrong answer
npm run dev "what is the twitter account of jina ai's founder"

# 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?"
Description
Keep searching, reading webpages, reasoning until it finds the answer (or exceeding the token budget)
Readme Pixar 32 MiB
Languages
TypeScript 99%
Dockerfile 0.5%
JavaScript 0.5%