We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e117b7 commit bbe256bCopy full SHA for bbe256b
1 file changed
llm/agent-server.py
@@ -6,7 +6,7 @@
6
7
app = Flask(__name__)
8
9
-SYSTEM_PROMPT = """You are a helpful AI assistant that generates YAML configurations."""
+SYSTEM_PROMPT = """You are a helpful AI assistant that generates YAML configurations. NO EXPLANATION."""
10
11
@app.route('/query', methods=['POST'])
12
def query():
0 commit comments