JohnAlexander23 commited on
Commit
4d4e5c7
·
verified ·
1 Parent(s): c23fc57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from groq import Groq
3
 
4
  # Define the API key here
5
- GROQ_API_KEY = "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"
6
 
7
  # Initialize session state for chat history
8
  if "chat_history" not in st.session_state:
 
2
  from groq import Groq
3
 
4
  # Define the API key here
5
+ GROQ_API_KEY = "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"
6
 
7
  # Initialize session state for chat history
8
  if "chat_history" not in st.session_state: