aplpolaris / promptfx

Kotlin LLM Prompts and User Interface
Apache License 2.0
18 stars 1 forks source link

[feat] Document Q&A command-line script with parameters (model, document set) and input = question #291

Open triathematician opened 2 months ago

triathematician commented 2 months ago

DocumentQaRunner has an executable that sets up a command-line chat client. Currently this runnable sets up a simple chat client that you can use to select documents and ask questions about them.

For this task, modify this runnable to:

As a result, users should be able to write simple bash scripts to execute Q&A against a collection of questions.