Etash Guha
commited on
Commit
·
0570cb7
1
Parent(s):
15d89f9
working
Browse files- app.py +1 -5
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -94,11 +94,7 @@ with chat_col:
|
|
| 94 |
button = st.button("Send")
|
| 95 |
|
| 96 |
if button:
|
| 97 |
-
|
| 98 |
-
if key == "":
|
| 99 |
-
st.warning("Missing OpenAI API Key")
|
| 100 |
-
fail = True
|
| 101 |
-
|
| 102 |
if user_input == "":
|
| 103 |
st.warning("Missing a coding problem")
|
| 104 |
fail = True
|
|
|
|
| 94 |
button = st.button("Send")
|
| 95 |
|
| 96 |
if button:
|
| 97 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
if user_input == "":
|
| 99 |
st.warning("Missing a coding problem")
|
| 100 |
fail = True
|
requirements.txt
CHANGED
|
@@ -7,3 +7,4 @@ torch
|
|
| 7 |
transformers
|
| 8 |
accelerate
|
| 9 |
xformers
|
|
|
|
|
|
| 7 |
transformers
|
| 8 |
accelerate
|
| 9 |
xformers
|
| 10 |
+
groq
|