saaketvarma commited on
Commit
c1bfd08
·
1 Parent(s): 5467bd1

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -11,7 +11,7 @@ def query_agent(data, query):
11
  df = pd.read_csv(data)
12
 
13
  llm = OpenAI()
14
- #Set the model to use
15
  model = "gpt-4-32k"
16
 
17
  # Create a Pandas DataFrame agent.
 
11
  df = pd.read_csv(data)
12
 
13
  llm = OpenAI()
14
+ # Set the model to use
15
  model = "gpt-4-32k"
16
 
17
  # Create a Pandas DataFrame agent.