You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid using python-based UI libraries for demonstrating and deploying shortfin apps, we want to have a HTML-based, lightweight client that achieves the same functionality and user experience or improves upon current demos.
We would like the first iteration to have a simple chatbot interface for use with LLM serving, and a SDXL txt2img interface.
The client doesn't have to be smart -- it should build a JSON request based off UI states, send it to a shortfin server URL, and return an image (in SDXL). The chatbot is simpler, with conversation-style user experience and text only.
The text was updated successfully, but these errors were encountered:
To avoid using python-based UI libraries for demonstrating and deploying shortfin apps, we want to have a HTML-based, lightweight client that achieves the same functionality and user experience or improves upon current demos.
We would like the first iteration to have a simple chatbot interface for use with LLM serving, and a SDXL txt2img interface.
The client doesn't have to be smart -- it should build a JSON request based off UI states, send it to a shortfin server URL, and return an image (in SDXL). The chatbot is simpler, with conversation-style user experience and text only.
The text was updated successfully, but these errors were encountered: