Mtkhang90 commited on
Commit
f243df5
·
verified ·
1 Parent(s): e73eb76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "mixtral-8x7b-32768" # Or use "llama3-70b-8192" if preferred
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...")