tykiww commited on
Commit
843aa84
1 Parent(s): 0a73bc9

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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["HUGGINFACE_TOKEN"],
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