from llm import GeminiChat bot = GeminiChat() print(bot.chat("Explain CRISPR in one sentence.")) print(bot.QA("What is gene editing?"))