Title: AI – Page 5 – Alex Kirk

---

# Category: AI

 * 
   ## 󠀁[Letting ChatGPT Access the Internet](https://alex.kirk.at/2023/06/13/letting-chatgpt-access-the-internet/)󠁿
   
 * June 13, 2023
 * 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…
 * [AI](https://alex.kirk.at/category/ai/), [Explorations](https://alex.kirk.at/category/explorations/),
   [Web](https://alex.kirk.at/category/web/)
 * 
   ## 󠀁[CLI ChatGPT Client in PHP](https://alex.kirk.at/2023/05/24/cli-chatgpt-client-in-php/)󠁿
   
 * May 24, 2023
 * 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.…
 * [AI](https://alex.kirk.at/category/ai/), [Explorations](https://alex.kirk.at/category/explorations/),
   [Web](https://alex.kirk.at/category/web/)

 [Previous Page](https://alex.kirk.at/category/ai/page/4/?output_format=md)