Added a new `id` and `name` property to the `Conversation` type, and added a new `ConversationList` type to hold a list of conversations and the active conversation ID. 090ecca victor HF staff commited on Jun 29
Added type definitions for Message, Model, and Conversation. ec9f618 victor HF staff commited on Jun 29
Added latency tracking and display to the Playground component. 2634b02 victor HF staff commited on Jun 27
Implemented message deletion without scrolling and removed unnecessary scroll-to-bottom logic. 2c39af6 victor HF staff commited on Jun 27
Added automatic scrolling to bottom of message container when new messages are added. 3d1ee75 victor HF staff commited on Jun 27
Enabled streaming option in the Playground Options component. 4a3f962 victor HF staff commited on Jun 27
Implemented streaming mode and added option to toggle it in the Playground component. a367e47 victor HF staff commited on Jun 27
Adjusted the temperature and max tokens input fields, including updating the min, max, and step values. 65b948d victor HF staff commited on Jun 27
Implemented streaming message functionality and declared 'out' variable in Playground component. 2b9a956 victor HF staff commited on Jun 27
Implemented streaming message updates by appending content to the output and updating the streamingMessage content. ca4c286 victor HF staff commited on Jun 27
Improved handling of streaming response from OpenAI API in Playground component. 191f5be victor HF staff commited on Jun 27
Implemented a seed parameter for the Playground component to allow for reproducible model outputs. 842026e victor HF staff commited on Jun 27