Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
st.sidebar.title("Model Selection")
|
11 |
model_name = st.sidebar.selectbox("Select a model", ["llama3-70b-8192"])
|
12 |
api_key = st.sidebar.text_input("Enter your Groq API key", type="password")
|
13 |
-
st.sidebar("Get the API key from here: [https://console.groq.com/keys](https://console.groq.com/keys)")
|
14 |
|
15 |
# Initialize the Groq client
|
16 |
client = Groq(api_key=api_key)
|
|
|
10 |
st.sidebar.title("Model Selection")
|
11 |
model_name = st.sidebar.selectbox("Select a model", ["llama3-70b-8192"])
|
12 |
api_key = st.sidebar.text_input("Enter your Groq API key", type="password")
|
13 |
+
st.sidebar.markdown("Get the API key from here: [https://console.groq.com/keys](https://console.groq.com/keys)")
|
14 |
|
15 |
# Initialize the Groq client
|
16 |
client = Groq(api_key=api_key)
|