From 269dab8097f9a3dd2a3a599bab3e0edaeecd146e Mon Sep 17 00:00:00 2001 From: HemulGM Date: Wed, 13 Sep 2023 14:22:20 +0500 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42666aa..bdc72ea 100644 --- a/README.md +++ b/README.md @@ -278,10 +278,9 @@ OpenAI.API.Client.ProxySettings := TProxySettings.Create(ProxyHost, ProxyPort, P ``` ## Examples -|Source|Preview|Source|Preview| -|---|---|---|---| -|[Playground (FMX)](https://github.com/HemulGM/DelphiOpenAIPlayground)||[ChatGPT (FMX)](https://github.com/HemulGM/ChatGPT)|| -|[DALL-E (FMX)](https://github.com/HemulGM/DALL-E)|||| + + +[ChatGPT (FMX)](https://github.com/HemulGM/ChatGPT) ## Requirements This library does not require any 3rd party library. It works on recent Delphi versions (10.3+). Althought not fully tested, it should also work on all supported platforms (Windows, Linux, macOS, Android, iOS).