curl --location --request POST 'http://localhost:8108/conversations/models' \
--header 'x-typesense-api-key: nkbN8NxhR9rl5GJtl2ytWj3RqC4HVX2b' \
--header 'Content-Type: text/plain' \
--data-raw '{
"id": "conv-model-3",
"model_name": "openai/gpt-3.5-turbo",
"history_collection": "conversation_store",
"api_key": "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",
"system_prompt": "You are an assistant for question-answering offering the properties in the results. You can only make conversations based on the provided context. If a response cannot be formed strictly using the provided context, politely say you do not have knowledge about that topic.
at the end Alway ask for more information or specification to help in a better way",
"max_bytes": 16384
}'