With the new Completions function calling API you can actually enable ChatGPT to access the internet. I did a few quick experiments where I provided it with a function called get_extracted_url_contents. See how it made use of it: Get News Script: https://github.com/akirk/cli-chatgpt/blob/main/get-news.php $ php get-news.php Prompt: Get some news from a random US news website…
Category: AI
-
-
For my personal use, I created a CLI ChatGPT client a few months ago. It has been very useful for me to have it available in the CLI quickly whenever I needed it (caveat, you need an API key!). Unfortunately, for larger responses it can feel very slow, whereas the web version feels quite fast.…