Closed forgingdestiny closed 1 year ago
I agree. I think that to the greatest extent possible, all important parameters including prompts should be exposed to the user so they can change them at any time.
To further illustrate: I think that Solara would be an ideal browser-based front-end for this app. The app could start with default values, but then the user would have flexibility to change them at any time according to their needs. I would be more than happy to help with this.
I opened a PR regarding this topic
This feature made it to production, #215.
Parameters to specify OpenAI model and settings.
ex. I'm subclassing App and updating the model this way to test:
It would be awesome to have a few parameters when querying for temperature,max_tokens, and top_p as well. Or globally/in env? not sure what's best, but happy to create a PR.