Commit
·
f67cbed
1
Parent(s):
9405818
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 = input_text
|
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 instructions: {input_text}"
|
113 |
else:
|
114 |
user_message = f"{base_prompt}\nDescription: {input_text}"
|
115 |
|