KirillBelov/ GPTLink

Client to ChatGPT link APIs

Contributed by: Kirill Belov

Installation Instructions

To install this paclet in your Wolfram Language environment, evaluate this code:
PacletInstall["KirillBelov/GPTLink"]


To load the code after installation, evaluate this code:
Needs["KirillBelov`GPTLink`"]

Examples

Basic Examples

Create a chat object:

In[1]:=
chat = GPTChatObject[
  "Ты ассистент математика и помогаешь в решениии математических задач."]

Complete the chat:

In[2]:=
GPTChatComplete[chat, "Реши уравнение x + 1 = 0"]

Publisher

Kirill Belov

Disclosures

Compatibility

Wolfram Language Version 14

Version History

  • 1.0.5 – 23 May 2024
  • 1.0.4 – 23 May 2024
  • 1.0.3 – 09 April 2024
  • 1.0.2 – 09 April 2024
  • 1.0.1 – 08 April 2024
  • 1.0.0 – 29 March 2024

License Information

MIT License

Paclet Source