Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee0fea0

Browse filesBrowse files
increase max token
1 parent 0516899 commit ee0fea0
Copy full SHA for ee0fea0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/server/app.py

Copy file name to clipboardExpand all lines: llama_cpp/server/app.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ async def get_event_publisher(
443443
)
444444

445445
max_tokens_field = Field(
446-
default=16, ge=1, description="The maximum number of tokens to generate."
446+
default=512, ge=1, description="The maximum number of tokens to generate."
447447
)
448448

449449
temperature_field = Field(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.