Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 626 Bytes

File metadata and controls

14 lines (10 loc) · 626 Bytes

ChatLlmSpec

Standard chat-based LLM specification with system and user prompts.

Properties

Name Type Required Description
model_locator LanguageModelLocator Yes
system_prompt str Yes System prompt for the LLM.
user_prompt str Yes User prompt for the LLM.
max_tokens Optional[int] No Maximum number of tokens per request to generate.

[Back to Model list] [Back to API list] [Back to README]