themissingCRAM commited on
Commit
cee3a9c
·
1 Parent(s): a5c41b7

removed custome system prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -98,10 +98,9 @@ if __name__ == "__main__":
98
 
99
  agent = CodeAgent(
100
  tools=[sql_engine],
101
- system_prompt="""
102
-
103
- You are a text to sql converter
104
- """,
105
  model=model,
106
  max_steps=1,
107
  verbosity_level=1,
 
98
 
99
  agent = CodeAgent(
100
  tools=[sql_engine],
101
+ # system_prompt="""
102
+ # You are a text to sql converter
103
+ # """,
 
104
  model=model,
105
  max_steps=1,
106
  verbosity_level=1,