rashid01 commited on
Commit
7f209b0
·
verified ·
1 Parent(s): 66c0f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ from transformers import pipeline
2
  import requests
3
 
4
  # Replace with your actual LangSmith API key
5
- LANGSMITH_API_KEY = 'your_langsmith_api_key'
6
- LANGSMITH_ENDPOINT = 'https://api.langsmith.com/v1/tailor'
7
 
8
  # Initialize the Hugging Face conversational pipeline
9
  conversational_pipeline = pipeline('conversational', model='facebook/blenderbot-3B')
 
2
  import requests
3
 
4
  # Replace with your actual LangSmith API key
5
+ LANGSMITH_API_KEY = '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'
6
+ LANGSMITH_ENDPOINT = 'https://smith.langchain.com/o/b7d2cb3f-e589-52bb-9b8a-2e8483e4ee8d/settings'
7
 
8
  # Initialize the Hugging Face conversational pipeline
9
  conversational_pipeline = pipeline('conversational', model='facebook/blenderbot-3B')