Config for a single generation.
Essentially ChatConfig without tokenizer_files, conv_config, or conv_template.
We also support additional fields not present in mlc-chat-config.json due to OpenAI-like APIs.
Note that all values are optional. If unspecified, we use whatever values in ChatConfig
initialized during MLCEngine.reload().
Config for a single generation. Essentially
ChatConfigwithouttokenizer_files,conv_config, orconv_template. We also support additional fields not present inmlc-chat-config.jsondue to OpenAI-like APIs.Note that all values are optional. If unspecified, we use whatever values in
ChatConfiginitialized duringMLCEngine.reload().