Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def respond(
|
|
75 |
|
76 |
agent = LlamaCppAgent(
|
77 |
provider,
|
78 |
-
system_prompt="
|
79 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
80 |
debug_output=True
|
81 |
)
|
|
|
75 |
|
76 |
agent = LlamaCppAgent(
|
77 |
provider,
|
78 |
+
system_prompt="You are Alan, a financial analyst.",
|
79 |
predefined_messages_formatter_type=MessagesFormatterType.CHATML,
|
80 |
debug_output=True
|
81 |
)
|