Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ st.subheader("Diagnose mechanical issues based on symptoms.")
|
|
| 9 |
|
| 10 |
# API Config
|
| 11 |
GROQ_API_KEY = st.secrets.get("GROQ_API_KEY") or os.getenv("GROQ_API_KEY")
|
| 12 |
-
GROQ_MODEL = "
|
| 13 |
|
| 14 |
# Input from user
|
| 15 |
user_input = st.text_input("Describe the symptom observed in your machine:", placeholder="e.g., Grinding noise in gearbox...")
|
|
|
|
| 9 |
|
| 10 |
# API Config
|
| 11 |
GROQ_API_KEY = st.secrets.get("GROQ_API_KEY") or os.getenv("GROQ_API_KEY")
|
| 12 |
+
GROQ_MODEL = "llama-3.3-70b-versatile" # Updated model
|
| 13 |
|
| 14 |
# Input from user
|
| 15 |
user_input = st.text_input("Describe the symptom observed in your machine:", placeholder="e.g., Grinding noise in gearbox...")
|