Skip to content

A script to search the web with an LLM assistant.

Notifications You must be signed in to change notification settings

smltr/researcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchLM

Given a search prompt, the agent will search the web and return a summary of its findings, including sources.

How to run

This project uses deno. See deno docs for installation instructions.

An OpenAI api key needs to be set in an env variable.

export OPENAI_API_KEY='your-api-key'

Run the example task using 'hello world' as the search prompt

deno task example

or

deno task run '<search prompt>'

After a few moments, the result will be written to result.md.

Example

See example_result.md for a previous run of the example task.

About

A script to search the web with an LLM assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published