Skip to content

Commit

Permalink
callback
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Mar 9, 2024
1 parent 4c64ff5 commit 39bf9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/animations/little_martians.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def random_interval(min, max):
return random.random() * (max - min) + min

def little_martian_poster(request: LittleMartianRequest):
def little_martian_poster(request: LittleMartianRequest, callback=None):
params = {"temperature": 1.0, "max_tokens": 2000, **request.params}

data = littlemartians_data[request.martian.value][request.setting.value][request.genre.value]
Expand Down

0 comments on commit 39bf9f9

Please sign in to comment.