File size: 142 Bytes
68944bd
 
 
 
 
1
2
3
4
5
6
from llm import GeminiChat

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