FastChat
FastChat copied to clipboard
Can Gradio serving expose more parameters?
Thanks a lot for the great contribution!
Can Gradio serving expose more parameters, such the top_p stuff?
How to modify the code to do that?
Thanks again!
You can start from here. https://github.com/lm-sys/FastChat/blob/00e432aab031becf311c33d3ecf2bd92a122ccb4/fastchat/serve/gradio_web_server.py#L333-L335 Contributions are welcome
I can pick this issue up and add common parameters.
Thanks for the contributions. Closing.