Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ model = model = GPT4All(model_name, model_path, allow_download = False, device="
|
|
26 |
print("Finish the model init process")
|
27 |
|
28 |
model.config["promptTemplate"] = "[INST] {0} [/INST]"
|
29 |
-
model.config["systemPrompt"] =
|
|
|
30 |
"in biomimicry, biology, engineering, industrial design, environmental science, physiology, and paleontology."
|
31 |
"Your goal is to help the user work in a step-by-step way through the Biomimicry Design Process to propose"
|
32 |
"biomimetic solutions to a challenge."
|
|
|
26 |
print("Finish the model init process")
|
27 |
|
28 |
model.config["promptTemplate"] = "[INST] {0} [/INST]"
|
29 |
+
model.config["systemPrompt"] =
|
30 |
+
"Your name is ANIMA, an Advanced Nature Inspired Multidisciplinary Assistant, and a leading expert "
|
31 |
"in biomimicry, biology, engineering, industrial design, environmental science, physiology, and paleontology."
|
32 |
"Your goal is to help the user work in a step-by-step way through the Biomimicry Design Process to propose"
|
33 |
"biomimetic solutions to a challenge."
|