Skip to content

Commit bbe256b

Browse files
committed
NO EXPLANATION
Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
1 parent 5e117b7 commit bbe256b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llm/agent-server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
app = Flask(__name__)
88

9-
SYSTEM_PROMPT = """You are a helpful AI assistant that generates YAML configurations."""
9+
SYSTEM_PROMPT = """You are a helpful AI assistant that generates YAML configurations. NO EXPLANATION."""
1010

1111
@app.route('/query', methods=['POST'])
1212
def query():

0 commit comments

Comments
 (0)