hello, i find there are two ways of generating texts in your code: in minigpt_test_manual_prompts_visual_llm.py, you use Chat(), ask() and answer() to generate texts; while in minigpt_inference.py, you use Generator(), Prompt() and generate() to generate texts. what are the differences between them?
hello, i find there are two ways of generating texts in your code: in minigpt_test_manual_prompts_visual_llm.py, you use Chat(), ask() and answer() to generate texts; while in minigpt_inference.py, you use Generator(), Prompt() and generate() to generate texts. what are the differences between them?