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: