su77ungr / CASALIOY

♾️ toolkit for air-gapped LLMs on consumer-grade hardware
Apache License 2.0
229 stars 31 forks source link

Configuration option for startLLM.py outout format #91

Open doughn0 opened 1 year ago

doughn0 commented 1 year ago

Feature request

Ability to set the output to [Sources, Question, Answer] instead of [Question, Answer, Sources].

Motivation

In my use, it is easier to see the generated response if it is always at the bottom of my terminal, since I rarely want to look at the actual sources that were used.

Your contribution

I would be willing to do a PR if this sounds like an OK idea and I get a bit of guidance. On the other hand, if you agree that the default should be [Sources, Question, Answer], then it is a really easy change.

su77ungr commented 1 year ago

At the current rate I can handle and review PRs so feel free to open up one with a brief description.

Sounds reasonable too.