Update app.py
Browse files
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 = '
|
| 6 |
-
LANGSMITH_ENDPOINT = 'https://
|
| 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')
|