lchakkei commited on
Commit
9eceea0
1 Parent(s): 9672c1a

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -30,7 +30,7 @@ class EndpointHandler():
30
 
31
  # Config LangChain
32
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
33
- os.environ["LANGCHAIN_API_KEY"] = getpass.getpass()
34
 
35
  # Create LLM
36
  chat = LLM(model_name_or_path=path, bit4=False)
 
30
 
31
  # Config LangChain
32
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
33
+ os.environ["LANGCHAIN_API_KEY"] = "ls__a8607c3efd6e40c48dd11fd667900dc4"
34
 
35
  # Create LLM
36
  chat = LLM(model_name_or_path=path, bit4=False)