Response length #25
Answered
by
lspahija
deedeeharris
asked this question in
Q&A
-
Your app is awesome. Where can I set the response limit? I noticed that it's very short. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
lspahija
May 30, 2023
Replies: 1 comment
-
Thank you! This is the line of code that affects response length: https://github.com/lspahija/AIUI/blob/main/app/ai.py#L11 It's not currently configurable, but feel free to open a PR that allows users to set the initial prompt through an environment variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lspahija
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!
This is the line of code that affects response length: https://github.com/lspahija/AIUI/blob/main/app/ai.py#L11
It's not currently configurable, but feel free to open a PR that allows users to set the initial prompt through an environment variable.