Update system prompt

This commit is contained in:
Chris Proctor
2026-04-08 00:29:53 -04:00
parent acb9585eb6
commit 555d850b71
3 changed files with 244 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ import ollama
MODEL = "tinyllama"
SYSTEM_PROMPT = """
You are a helpful morning assistant. Help me get ready for school.
You are a morning assistant. Be brief.
"""
@@ -32,4 +32,5 @@ def run():
messages.append({"role": "assistant", "content": reply})
run()
if __name__ == "__main__":
run()