Update agent.py
Browse files
agent.py
CHANGED
@@ -693,7 +693,7 @@ def build_graph(provider: str = "huggingface"):
|
|
693 |
#repo_id="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
694 |
#endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
695 |
#endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-4B",
|
696 |
-
|
697 |
|
698 |
#task="text-generation", # for chat‐style use “text-generation”
|
699 |
#max_new_tokens=1024,
|
|
|
693 |
#repo_id="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
694 |
#endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
695 |
#endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-4B",
|
696 |
+
endpoint_url="https://api-inference.huggingface.co/models/microsoft/phi-4",
|
697 |
|
698 |
#task="text-generation", # for chat‐style use “text-generation”
|
699 |
#max_new_tokens=1024,
|