Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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