Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,8 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
|
|
| 15 |
# (Keep Constants as is)
|
| 16 |
# --- Constants ---
|
| 17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# --- Basic Agent Definition ---
|
| 20 |
#llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
|
|
|
|
| 15 |
# (Keep Constants as is)
|
| 16 |
# --- Constants ---
|
| 17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 18 |
+
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 19 |
+
print(HF_TOKEN)
|
| 20 |
|
| 21 |
# --- Basic Agent Definition ---
|
| 22 |
#llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
|