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

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -29,8 +29,8 @@ class EndpointHandler():
29
  def __init__(self, path=""):
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)
 
29
  def __init__(self, path=""):
30
 
31
  # Config LangChain
32
+ # os.environ["LANGCHAIN_TRACING_V2"] = "true"
33
+ # os.environ["LANGCHAIN_API_KEY"] =
34
 
35
  # Create LLM
36
  chat = LLM(model_name_or_path=path, bit4=False)