Closed rsong0606 closed 7 months ago
Thanks for your interests.
In your use case, the conversation_prompt
already includes a system prompt defined by us.
Please consider appending your own system prompt after our system prompt, or maybe directly putting your system prompt in the input.
And below are answers to your questions:
conv.get_prompt()
.I am closing this issue due to inactivity. Reopen it as you like.
Hi, happy new year!!
Good work, first of all!! I am trying to use MiniChat-3B as an interactive Chatbot in my application. However, the response from the model either returns
It might be my misuse of this model, but I will show briefly my use case. I have a custom prompt, treated as a scenario(I defined upfront), this will be used as the starting prompt + prompt from Minichat for the model. And user can interact with the bot and receive a response.
I have a few questions
Here's my sample usage based on your sample code which returns inconsistent response ` def generate_response(self, user_input, main_topic, subtopic):
Retrieve and print the system prompt
Please take a look if you have time
Thanks a lot!