Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
6 |
|
7 |
# Define function to fetch response
|
8 |
def fetch_response(user_input):
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Define the API key here
|
5 |
+
GROQ_API_KEY = "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"
|
6 |
|
7 |
# Define function to fetch response
|
8 |
def fetch_response(user_input):
|