Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saaketvarma
/
CSV_data2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saaketvarma
commited on
Nov 30, 2023
Commit
bb05983
·
1 Parent(s):
f177e75
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+0
-1
utils.py
CHANGED
Viewed
@@ -13,7 +13,6 @@ def query_agent(query):
13
llm = ChatOpenAI(
14
model_name="gpt-4-320k",
15
temperature=0.2,
16
-
openai_api_key=openai_api_key,
17
)
18
19
13
llm = ChatOpenAI(
14
model_name="gpt-4-320k",
15
temperature=0.2,
16
)
17
18