Hello!
A very quick question.
I'm using a chat engine, here is my code:
query_engine = index.as_chat_engine(verbose=True,chat_mode="context",
system_prompt=system_prompt)
response = query_engine.chat(query_text, chat_history=chat_history)
The question is - how big the prompt can be here? Are there any limitations to its length, or some numbers when a chatbot stops "thinking" properly, or there is nothing like that?
Thanks! You created a great product!π₯°