Antoine101 commited on
Commit
4e2127a
·
verified ·
1 Parent(s): d74060a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)