update system prompt to make it more genral purpose
This commit is contained in:
parent
0f610f87ae
commit
430b93751c
@ -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 \
|
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, \
|
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. \
|
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 = ""
|
content = ""
|
||||||
with open("k8s_day10.txt", "r") as f:
|
with open("k8s_day10.txt", "r") as f:
|
||||||
for line in f:
|
for line in f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user