rbx-imarcin commited on
Commit
4c9b4f4
·
verified ·
1 Parent(s): d4a76e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate_response(prompt, system_prompt, temperature, top_p, seed):
11
  try:
12
  # Make the API call with the provided parameters
13
  response = client.chat.completions.create(
14
- model="gpt-4",
15
  messages=[
16
  {"role": "system", "content": system_prompt},
17
  {"role": "user", "content": prompt}
 
11
  try:
12
  # Make the API call with the provided parameters
13
  response = client.chat.completions.create(
14
+ model="gpt-3.5-turbo",
15
  messages=[
16
  {"role": "system", "content": system_prompt},
17
  {"role": "user", "content": prompt}