Skip to content

Commit

Permalink
changes to support jetstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwinhr716 committed Sep 3, 2024
1 parent e7278e8 commit 7983364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def send_request(
elif backend == "jetstream":
pload = {
"prompt": prompt,
"max_tokens": 1,
"max_tokens": output_len,
}
else:
raise ValueError(f"Unknown backend: {backend}")
Expand Down

0 comments on commit 7983364

Please sign in to comment.