Engineer786 commited on
Commit
3709275
·
verified ·
1 Parent(s): 26251c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import streamlit as st
2
  from groq import Groq
3
 
4
- # API Key (replace with yours)
5
- API_KEY = "YOUR_GROQ_API_KEY"
6
 
7
  # Function to interact with the model
8
  def get_model_response(prompt):
 
1
  import streamlit as st
2
  from groq import Groq
3
 
4
+ API_KEY = "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"
 
5
 
6
  # Function to interact with the model
7
  def get_model_response(prompt):