From c99f39eefda3c849e6cb4779ab16b85ad3900415 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 2 Nov 2024 11:27:38 +0100 Subject: [PATCH] Elaborate on this library's capabilities & link to GPT Function calling in a nutshell video --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc1b357..e7bdb71 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ OpenAI APIs for XP [![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/) [![Latest Stable Version](https://poser.pugx.org/xp-forge/openai/version.svg)](https://packagist.org/packages/xp-forge/openai) -This library implements OpenAI APIs with a low-level abstraction approach. +This library implements OpenAI APIs with a low-level abstraction approach, supporting their REST and realtime APIs, request and response streaming, function calling and TikToken encoding. Completions ----------- @@ -344,4 +344,5 @@ See also * https://github.com/openai/tiktoken/ * https://github.com/openai/openai-python * https://github.com/openai/openai-node -* https://github.com/Azure-Samples/azure-openai-reverse-proxy \ No newline at end of file +* https://github.com/Azure-Samples/azure-openai-reverse-proxy +* https://www.youtube.com/watch?v=i-oHvHejdsc - GPT Function calling in a nutshell \ No newline at end of file