Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
@@ -11,7 +11,7 @@ class EmbeddingService:
|
|
11 |
"Get keys required to set up loading"
|
12 |
return {
|
13 |
"pinecone": os.environ["PINECONE_TOKEN"],
|
14 |
-
"hugginface": os.environ["
|
15 |
"openai": "", # leaving this alone for future use.
|
16 |
}
|
17 |
|
|
|
11 |
"Get keys required to set up loading"
|
12 |
return {
|
13 |
"pinecone": os.environ["PINECONE_TOKEN"],
|
14 |
+
"hugginface": os.environ["HUGGINGFACE_TOKEN"],
|
15 |
"openai": "", # leaving this alone for future use.
|
16 |
}
|
17 |
|