Hacker News new | ask | show | jobs
by amelius 772 days ago
> Even ChatGPT 3.5 can give relevant code to use "AI" features

I've seen ChatGPT invent its own functions and commands ...

2 comments

I've also definitely seen it reference invented methods on APIs (that would have been very nice if they existed) - that no past or future version implemented.
if problem: solve_problem()

There, problem solved!

# rest of problem-solving code goes here