swarms/playground/models/biogpt_example.py

8 lines
124 B

from swarms.models.biogpt import BioGPTWrapper
model = BioGPTWrapper()
out = model("The patient has a fever")
print(out)