Spaces:
Sleeping
Sleeping
AFischer1985
commited on
Commit
•
5f1e30d
1
Parent(s):
8489876
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def response(message, history):
|
|
55 |
system="Du bist ein KI-basiertes Assistenzsystem."
|
56 |
if("mixtral-8x7b-instruct" in modelPath):
|
57 |
prompt=f"[INST] {prompt} [/INST]"
|
58 |
-
if("
|
59 |
prompt=f"[INST] {prompt} [/INST]"
|
60 |
if("openchat-3.5" in modelPath):
|
61 |
prompt=f"GPT4 Correct User: {system} {prompt}<|end_of_turn|>GPT4 Correct Assistant:"
|
|
|
55 |
system="Du bist ein KI-basiertes Assistenzsystem."
|
56 |
if("mixtral-8x7b-instruct" in modelPath):
|
57 |
prompt=f"[INST] {prompt} [/INST]"
|
58 |
+
if("Mistral-7B-Instruct" in modelPath):
|
59 |
prompt=f"[INST] {prompt} [/INST]"
|
60 |
if("openchat-3.5" in modelPath):
|
61 |
prompt=f"GPT4 Correct User: {system} {prompt}<|end_of_turn|>GPT4 Correct Assistant:"
|