Update my_agent.py
Browse files- my_agent.py +1 -1
my_agent.py
CHANGED
|
@@ -21,7 +21,7 @@ class AgentResponseState(AgentState):
|
|
| 21 |
class BasicAgent:
|
| 22 |
def __init__(self):
|
| 23 |
model = HuggingFaceEndpoint(
|
| 24 |
-
repo_id="
|
| 25 |
task="text-generation",
|
| 26 |
max_new_tokens=512,
|
| 27 |
do_sample=False,
|
|
|
|
| 21 |
class BasicAgent:
|
| 22 |
def __init__(self):
|
| 23 |
model = HuggingFaceEndpoint(
|
| 24 |
+
repo_id="TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 25 |
task="text-generation",
|
| 26 |
max_new_tokens=512,
|
| 27 |
do_sample=False,
|