you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 2 years ago (2 children)

Which model?

When I tried on ChatGPT 4, it wrote a short python script and executed it to get a random integer.

import random

# Pick a random number between 1 and 100
random_number = random.randint(1, 100)
random_number
  • source
  • hideshow 4 child comments