Commit ·
3116be6
1
Parent(s): 0eaa710
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ class CadetMedAgent:
|
|
| 48 |
self.conversation_history = self.conversation_history[112:]
|
| 49 |
|
| 50 |
def set_input(self, situation_narrative="", role_instruction=""):
|
| 51 |
-
input_text = "
|
| 52 |
|
| 53 |
if situation_narrative != "":
|
| 54 |
input_text = input_text + situation_narrative
|
|
|
|
| 48 |
self.conversation_history = self.conversation_history[112:]
|
| 49 |
|
| 50 |
def set_input(self, situation_narrative="", role_instruction=""):
|
| 51 |
+
input_text = "dialog: "
|
| 52 |
|
| 53 |
if situation_narrative != "":
|
| 54 |
input_text = input_text + situation_narrative
|