Gayukrish02 commited on
Commit
2b694d3
·
verified ·
1 Parent(s): b6cdb94

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -128,7 +128,7 @@ def call_groq(prompt, api_key):
128
  "Content-Type": "application/json"
129
  }
130
  body = {
131
- "model": "llama3-8b-8192",
132
  "messages": [{"role": "user", "content": prompt}],
133
  "max_tokens": 500
134
  }
 
128
  "Content-Type": "application/json"
129
  }
130
  body = {
131
+ "model": "llama-3.3-70b-versatile",
132
  "messages": [{"role": "user", "content": prompt}],
133
  "max_tokens": 500
134
  }