Update system prompt
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user