Commit
·
a2e96a6
1
Parent(s):
2ab5a48
assf
Browse files- __pycache__/agent.cpython-310.pyc +0 -0
- agent.py +2 -3
__pycache__/agent.cpython-310.pyc
CHANGED
Binary files a/__pycache__/agent.cpython-310.pyc and b/__pycache__/agent.cpython-310.pyc differ
|
|
agent.py
CHANGED
@@ -344,9 +344,8 @@ def build_graph(provider: str = "huggingface"):
|
|
344 |
repo_id="togethercomputer/LLaMA-2-7B-32K",
|
345 |
provider="auto",
|
346 |
task="text-generation",
|
347 |
-
max_new_tokens=
|
348 |
-
|
349 |
-
repetition_penalty=1.03,
|
350 |
|
351 |
)
|
352 |
llm = ChatHuggingFace(llm=llm)
|
|
|
344 |
repo_id="togethercomputer/LLaMA-2-7B-32K",
|
345 |
provider="auto",
|
346 |
task="text-generation",
|
347 |
+
max_new_tokens=2000,
|
348 |
+
|
|
|
349 |
|
350 |
)
|
351 |
llm = ChatHuggingFace(llm=llm)
|