Skip to content

Commit

Permalink
Update prompts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RCW2000 authored Mar 3, 2024
1 parent 696ee0a commit 48c52f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def graphPrompt(input: str, metadata:{}):
]
outputs = pipe(
messages,
max_new_tokens=512,
max_new_tokens=128,
do_sample=True,
temperature=0.7,
top_k=50,
Expand Down

0 comments on commit 48c52f8

Please sign in to comment.