Commit
·
e0b0320
1
Parent(s):
ad1b7ba
trial
Browse files- llm_inference.py +1 -1
llm_inference.py
CHANGED
@@ -109,7 +109,7 @@ You are allowed to make up film and branding names, and do them like 80's, 90's
|
|
109 |
system_message = "You are a helpful assistant. Try your best to give the best response possible to the user."
|
110 |
|
111 |
if input_text.startswith("Create a random prompt based on"):
|
112 |
-
user_message = f"Create a random prompt based on this
|
113 |
else:
|
114 |
user_message = f"{base_prompt}\nDescription: {input_text}"
|
115 |
|
|
|
109 |
system_message = "You are a helpful assistant. Try your best to give the best response possible to the user."
|
110 |
|
111 |
if input_text.startswith("Create a random prompt based on"):
|
112 |
+
user_message = f"Create a random prompt based on this\nInstructions: {base_prompt}"
|
113 |
else:
|
114 |
user_message = f"{base_prompt}\nDescription: {input_text}"
|
115 |
|