Update app.py
Browse files
app.py
CHANGED
@@ -117,8 +117,7 @@ def talk(prompt, history):
|
|
117 |
print("check 7")
|
118 |
print(stream['choices'][0]['message']['content'])
|
119 |
response = stream['choices'][0]['message']['content']
|
120 |
-
|
121 |
-
|
122 |
# for user_message, bot_message in history[0:]:
|
123 |
# historylog += f"<s>[INST] {user_message} [/INST] {bot_message} </s>"
|
124 |
historylog = ''
|
|
|
117 |
print("check 7")
|
118 |
print(stream['choices'][0]['message']['content'])
|
119 |
response = stream['choices'][0]['message']['content']
|
120 |
+
|
|
|
121 |
# for user_message, bot_message in history[0:]:
|
122 |
# historylog += f"<s>[INST] {user_message} [/INST] {bot_message} </s>"
|
123 |
historylog = ''
|