typesense-rs 27.0.1

An open source search engine for building delightful search experiences.
Documentation
# ConversationModelSchema

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | Option<**String**> | LLM service's account ID (only applicable for Cloudflare) | [optional]
**api_key** | Option<**String**> | The LLM service's API Key | [optional]
**history_collection** | **String** | Typesense collection that stores the historical conversations | 
**id** | **String** | An explicit id for the model, otherwise the API will return a response with an auto-generated conversation model id. | 
**max_bytes** | **i32** | The maximum number of bytes to send to the LLM in every API call. Consult the LLM's documentation on the number of bytes supported in the context window.  | 
**model_name** | **String** | Name of the LLM model offered by OpenAI, Cloudflare or vLLM | 
**system_prompt** | Option<**String**> | The system prompt that contains special instructions to the LLM | [optional]
**ttl** | Option<**i32**> | Time interval in seconds after which the messages would be deleted. Default: 86400 (24 hours)  | [optional]
**vllm_url** | Option<**String**> | URL of vLLM service | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)