Update main.py
Browse files
main.py
CHANGED
@@ -45,7 +45,7 @@ async def generate_stream(item: Item):
|
|
45 |
seed=42,
|
46 |
)
|
47 |
|
48 |
-
formatted_prompt = format_prompt(f"{item.system_prompt}
|
49 |
print(formatted_prompt)
|
50 |
print("=======")
|
51 |
print(item.history)
|
|
|
45 |
seed=42,
|
46 |
)
|
47 |
|
48 |
+
formatted_prompt = format_prompt(f"{item.system_prompt} [/INST] Ok..! </s> [INST] {item.prompt}", item.history)
|
49 |
print(formatted_prompt)
|
50 |
print("=======")
|
51 |
print(item.history)
|