Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Mar 25, 2023
1 parent 7b02823 commit 312a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_documents_from_urls(urls):
if (document is not None):
documents.append(document)
else:
document.append(Document(f"Can't get transcript from youtube video: {url}"))
documents.append(Document(f"Can't get transcript from youtube video: {url}"))
return documents

def get_answer_from_chatGPT(messages):
Expand Down

0 comments on commit 312a10a

Please sign in to comment.