Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aymanemalih
/
qdrant-flask
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aymanemalih
commited on
Jan 4, 2024
Commit
2ecdf10
·
1 Parent(s):
8b8b5d5
Update gpt.py
Browse files
Files changed (1)
hide
show
gpt.py
+1
-0
gpt.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import openai
2
3
model = "gpt-3.5-turbo"
4
5
def get_keywords(question):
1
import openai
2
3
+
openai.api_key = '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'
4
model = "gpt-3.5-turbo"
5
6
def get_keywords(question):