Spaces:
Runtime error
Runtime error
wendru18
commited on
Commit
·
20d94f9
1
Parent(s):
edf97c1
added img and printing of q/a
Browse files- README.md +4 -0
- app.py +2 -0
- imgs/e5.png +0 -0
README.md
CHANGED
@@ -43,3 +43,7 @@ Example 3:
|
|
43 |
Example 4:
|
44 |
|
45 |

|
|
|
|
|
|
|
|
|
|
43 |
Example 4:
|
44 |
|
45 |

|
46 |
+
|
47 |
+
Example 5:
|
48 |
+
|
49 |
+

|
app.py
CHANGED
@@ -153,6 +153,8 @@ def main(query, openAI_key, reddit_client_id, reddit_client_secret, reddit_user_
|
|
153 |
|
154 |
chat_history.append((query, answer))
|
155 |
|
|
|
|
|
156 |
return "", kb, chat_history, source_urls, bot
|
157 |
|
158 |
# Testing only!
|
|
|
153 |
|
154 |
chat_history.append((query, answer))
|
155 |
|
156 |
+
print(query, answer)
|
157 |
+
|
158 |
return "", kb, chat_history, source_urls, bot
|
159 |
|
160 |
# Testing only!
|
imgs/e5.png
ADDED
![]() |