crispr_gpt / test.py
foreversheikh's picture
Upload 6 files
68944bd verified
raw
history blame contribute delete
142 Bytes
from llm import GeminiChat
bot = GeminiChat()
print(bot.chat("Explain CRISPR in one sentence."))
print(bot.QA("What is gene editing?"))