Skip to content

Commit

Permalink
increased context>?
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsi123 committed Oct 3, 2024
1 parent 8755b3d commit ed2dabd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app 2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def send_message(prompt):
return "Error: URL not set."
request = {
'prompt': prompt,
'max_length': 1024,
'max_new_tokens': 1024,
'max_tokens': 1024,
"max_content_length": 4096,
"max_length": 8192,
"max_new_tokens": 2048,
"max_tokens": 2048,
"max_content_length": 8192,
'do_sample': True,
'temperature': 1,
'typical_p': 1,
Expand Down

0 comments on commit ed2dabd

Please sign in to comment.