Skip to content

Commit

Permalink
10k tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 24, 2024
1 parent 05de992 commit 141c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scenarios/story.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def story(request: StoryRequest):
params = {"temperature": 1.0, "max_tokens": 1000, **request.params}
params = {"temperature": 1.0, "max_tokens": 10000, **request.params}

character_details = ""
character_names = []
Expand Down

0 comments on commit 141c7a1

Please sign in to comment.