bstraehle commited on
Commit
ee0a6de
·
1 Parent(s): f665e2c

Update agent_llamaindex.py

Browse files
Files changed (1) hide show
  1. agent_llamaindex.py +1 -1
agent_llamaindex.py CHANGED
@@ -33,7 +33,7 @@ def get_callback(token_counter):
33
 
34
  def get_llm(config):
35
  return OpenAI(
36
- model = config["model_name"],
37
  temperature = config["temperature"]
38
  )
39
 
 
33
 
34
  def get_llm(config):
35
  return OpenAI(
36
+ model = config["model"],
37
  temperature = config["temperature"]
38
  )
39