Spaces:
Sleeping
Sleeping
naveenvenkatesh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ class ChatDocumentQA:
|
|
173 |
#************************
|
174 |
def create_agent(self,file_path):
|
175 |
agent_chain = create_csv_agent(
|
176 |
-
|
177 |
file_path,
|
178 |
verbose=True,
|
179 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
|
|
173 |
#************************
|
174 |
def create_agent(self,file_path):
|
175 |
agent_chain = create_csv_agent(
|
176 |
+
AzureChatOpenAI(azure_deployment = "ChatGPT"),
|
177 |
file_path,
|
178 |
verbose=True,
|
179 |
agent_type=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|