Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
f89c616
1
Parent(s):
9f3b753
update
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ if uploaded_file is not None:
|
|
91 |
else:
|
92 |
agent = GPTAgent(api_key, endpoint_url, deployment_name, api_version)
|
93 |
|
94 |
-
|
95 |
df['Response'] = df['prompt'].apply(lambda x: agent.invoke(x, parameters))
|
96 |
|
97 |
# Display processed data
|
|
|
91 |
else:
|
92 |
agent = GPTAgent(api_key, endpoint_url, deployment_name, api_version)
|
93 |
|
94 |
+
|
95 |
df['Response'] = df['prompt'].apply(lambda x: agent.invoke(x, parameters))
|
96 |
|
97 |
# Display processed data
|