update system prompt to make it more genral purpose

This commit is contained in:
= 2025-04-26 01:18:17 +08:00
parent 0f610f87ae
commit 430b93751c

View File

@ -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: