ArvindSelvaraj commited on
Commit
cbbeb85
1 Parent(s): a477e6a

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -86,7 +86,7 @@ def generate_testcases(user_story):
86
  try:
87
  # Call the Nvidia Mistral API with the refined prompt
88
  completion = client.chat.completions.create(
89
- model="llama3.1-70b", # Using Mistral model
90
  messages=[
91
  {"role": "user", "content": prompt}
92
  ],
 
86
  try:
87
  # Call the Nvidia Mistral API with the refined prompt
88
  completion = client.chat.completions.create(
89
+ model="llama3.1-405b", # Using Mistral model
90
  messages=[
91
  {"role": "user", "content": prompt}
92
  ],