Skip to content

Commit

Permalink
Merge pull request #20 from edenartlab/stage
Browse files Browse the repository at this point in the history
10k tokens
  • Loading branch information
genekogan authored Jan 24, 2024
2 parents 5a9b00b + 141c7a1 commit 4ea9580
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 4ea9580

Please sign in to comment.