Tesneem commited on
Commit
e25ec18
·
verified ·
1 Parent(s): e6bcfb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ PROMPTS:
257
  openai.api_key = os.getenv("OPENAI_API_KEY", "").strip()
258
  try:
259
  response = openai.ChatCompletion.create(
260
- model="gpt-3.5-turbo"
261
  messages=[
262
  {"role": "system", "content": "You extract prompts and headers from grant text."},
263
  {"role": "user", "content": prompt},
 
257
  openai.api_key = os.getenv("OPENAI_API_KEY", "").strip()
258
  try:
259
  response = openai.ChatCompletion.create(
260
+ model="gpt-3.5-turbo",
261
  messages=[
262
  {"role": "system", "content": "You extract prompts and headers from grant text."},
263
  {"role": "user", "content": prompt},