mod_chat_server {gptstudio} | R Documentation |
Chat server
Description
Chat server
Usage
mod_chat_server(
id,
ide_colors = get_ide_theme_info(),
translator = create_translator(),
settings,
history
)
Arguments
id |
id of the module |
ide_colors |
List containing the colors of the IDE theme. |
translator |
Translator from |
settings , history |
Reactive values from the settings and history module |
[Package gptstudio version 0.4.0 Index]