Spaces:
Runtime error
Runtime error
peter szemraj
commited on
Commit
·
c96b784
1
Parent(s):
96f4bcd
fix base prompt lol
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def get_parser():
|
|
| 101 |
default_prompt = """
|
| 102 |
Hello,
|
| 103 |
|
| 104 |
-
Following up on last's bubblegum shipment, I"""
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
logging.info("\n\n\nStarting new instance of app.py")
|
|
|
|
| 101 |
default_prompt = """
|
| 102 |
Hello,
|
| 103 |
|
| 104 |
+
Following up on last week's bubblegum shipment, I"""
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
logging.info("\n\n\nStarting new instance of app.py")
|