Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LikithMeruvu authored Jun 3, 2024
1 parent 09e437d commit 35c1463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_classifier():

USE_INTERNET = True

genai.configure(api_key="AIzaSyADB7iNeNiMITsGckS8UYLw-u6t03qr9Qk")
genai.configure(api_key="GEMINI_API_KEY")
model = genai.GenerativeModel('gemini-1.5-flash-latest')

SYSTEM_PROMPT = "Your name is Kambala AI. Your task is to Respond to the Queries you get."
Expand Down Expand Up @@ -137,4 +137,4 @@ def app():
st.write(msg.get("content"))

if __name__ == "__main__":
app()
app()

0 comments on commit 35c1463

Please sign in to comment.