ConversationSourceConfig¶
Module: fast_llm.data.preparation.gpt_memmap.config
Variant of: LanguageModelSourceConfig — select with type: conversation
Inherits from: LanguageModelSourceConfig
Fields¶
messages—core-
Type:
strDefault:"messages"Field containing the conversation messages list. Each message should have 'role' and 'content' keys.