Autoparallel / learner

Making learning sh*t less annoying
https://crates.io/crates/learner
10 stars 0 forks source link

feat(`learner`): LLM API communication #24

Closed Autoparallel closed 6 days ago

Autoparallel commented 1 week ago

Feature Description Set up a task that shares given PDF content to an LLM. Allow for local LLM, or API key / URL. Allow for customizable prompt configs. Give default prompt examples. Write the responses back into the local DB.

Motivation Allows for learner to communicate with LLM to get prompt driven insight.

Autoparallel commented 6 days ago

This was definitely for learner not the CLI.