From 430b93751c369db22f87dc38eb77f272a81e2f63 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 26 Apr 2025 01:18:17 +0800 Subject: [PATCH] update system prompt to make it more genral purpose --- note_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note_chat.py b/note_chat.py index 912dae5..a4527fb 100644 --- a/note_chat.py +++ b/note_chat.py @@ -23,7 +23,7 @@ system_prompt = "You are a helpful assistant. You can convert text notes to mark in Question and Answer format. for example: Create two namespaces and name them ns1 and ns2 \n k create ns ns1 \n \ k create ns ns2. where k create ns ns1 and k create ns ns2 are answers. Sometoimees questions can be more than one line, \ and each of Q&A are separated by a empty line. Please make question as header and fomrat ansers in correct markdown format. \ - Most of the ansers are code snippets. Please only return the markdown content. " + Please only return the markdown content. " content = "" with open("k8s_day10.txt", "r") as f: for line in f: