Skip to content

Commit ab20faf

Browse files
authored
Update app.py
1 parent 126b4e4 commit ab20faf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Copyright (c) 2024, codeurzebs
2+
# All rights reserved.
3+
# Deploy to AZURE OPEN AI
4+
# This file is part of the project hosted at https://github.com/codeurzebs
5+
#
6+
# The source code is subject to the terms and conditions defined in the
7+
# file 'LICENSE.txt', which is part of this source code package.
18
import json
29
import os
310
import logging
@@ -923,4 +930,4 @@ def generate_title(conversation_messages):
923930
return messages[-2]['content']
924931

925932
if __name__ == "__main__":
926-
app.run()
933+
app.run()

0 commit comments

Comments
 (0)