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
ChatConfig
withouttokenizer_files
,conv_config
, orconv_template
. We also support additional fields not present inmlc-chat-config.json
due to OpenAI-like APIs.Note that all values are optional. If unspecified, we use whatever values in
ChatConfig
initialized duringMLCEngine.reload()
.