You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = genai.GenerativeModel('models/gemini-1.0-pro-latest')
def getsolution(status):
if(status[0] == "Healthy"):
return model.generate_content(f"give advice for potato {status[0]} of {status[1]} percentage in a very small para, the paragraph strictly sould not excede 4 ine").text
return model.generate_content(f"give solution for potato {status[0]} of {status[1]} infected percentage in a very small para, the paragraph strictly sould not excede 4 ine").text