Spaces:
Running
Running
Update agent_llamaindex.py
Browse files- 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["
|
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 |
|