HugMeBytes commited on
Commit
e85939e
·
verified ·
1 Parent(s): 51c8006

Update app.py

Browse files

changed model to 'llama-3.3-70b-versatile'

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ import tempfile
7
  # GROQ API setup
8
  GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
9
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
10
- MODEL_NAME = 'llama3-70b-8192'
 
11
 
12
  # Overthinking modes with prompts and descriptions
13
  MODES = {
 
7
  # GROQ API setup
8
  GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
9
  GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
10
+ MODEL_NAME = 'llama-3.3-70b-versatile'
11
+
12
 
13
  # Overthinking modes with prompts and descriptions
14
  MODES = {