Spaces:
Running
This is excellent example of a creative use of GenAI for human interaction
I have checked you project and I find that it is a clever way to use generative AI. You use the system prompt that is an excellent way to make the AI model stay consistent with your given context.
To enhance your work consider the use of chat.send_message() instead of a single turn create_content(). Chat will enhance the user experience because the model can remember previous messages and use context of the on -going conversation to make the responses even more accurate.
Thank you very much sir! I have just seen this comment just now. I was also thinking the same way, I thought my limit was with it's capabilities but I didn't know that the context window was allowed to be expanded. I'll try to enhance the AI's capabilities using your suggestions.
Thank you very much for your careful crafted response. I really learned a lot.