Skip to content

Commit

Permalink
adjusted response variable for app deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomorossini committed Jul 5, 2023
1 parent 2c82699 commit affa7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def generator():
employer_name=employer_name, employer_description=employer_description,
additional_instructions=additional_instructions)
try:
# response = get_completion(prompt)
response = "teste teste teste teste teste teste "
response = get_completion(prompt)
# response = "test test test test test test " # Alternative response for testing purposes
except Exception as e:
flash('Error generating cover letter: {}'.format(str(e)), 'error')
return redirect(url_for('dashboard'))
Expand Down

0 comments on commit affa7ee

Please sign in to comment.