Core23 commited on
Commit
d2bd8e3
1 Parent(s): 74bb2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def generate_response(transcribed_text):
116
  },
117
  ]
118
  )
119
- return response['choices'][0]['message']['content']
120
 
121
  # Accessing the chat completion message content; modify based on actual object structure
122
  # Assuming 'response.choices()' method returns a list of choices
 
116
  },
117
  ]
118
  )
119
+ #return response['choices'][0]['message']['content']
120
 
121
  # Accessing the chat completion message content; modify based on actual object structure
122
  # Assuming 'response.choices()' method returns a list of choices