Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
codeurzebs authored Feb 6, 2024
1 parent 126b4e4 commit ab20faf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Copyright (c) 2024, codeurzebs
# All rights reserved.
# Deploy to AZURE OPEN AI
# This file is part of the project hosted at https://github.com/codeurzebs
#
# The source code is subject to the terms and conditions defined in the
# file 'LICENSE.txt', which is part of this source code package.
import json
import os
import logging
@@ -923,4 +930,4 @@ def generate_title(conversation_messages):
return messages[-2]['content']

if __name__ == "__main__":
app.run()
app.run()

0 comments on commit ab20faf

Please sign in to comment.