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
raiseValueError("API key not found. Make sure 'GEMINI_API_KEY' is set in your environment variables.")
genai.configure(api_key=api_key)
model=genai.GenerativeModel('gemini-1.5-flash')
defgenerate(prompt: str) ->str:
response=model.generate_content(f"Do not use markdown or HTML tags as your response will be shown in a console. Return only the text. Here is your prompt: {prompt}")