Skip to content

Commit

Permalink
reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Nov 1, 2024
1 parent 86e631d commit 16a758f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions openai_server/agent_tools/audio_transcription.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def main():
if len(trans) < 1024:
print(f"Audio file successfully transcribed as follows:\n\n{trans}")

print("""\n\nRemember, use ask_question_about_documents.py to ask questions about the transcription.""")


if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "89d4051e6818a70033874c920eb5087d7c7c81dc"
__version__ = "86e631d9cc2c287d4c0e7429126b0b68e895875a"

0 comments on commit 16a758f

Please sign in to comment.