Skip to content

N-Prolog version 4.08

Choose a tag to compare

@sasagawa888 sasagawa888 released this 28 Apr 08:34

N-Prolog ver4.08 Release Notes
We are pleased to announce the release of N-Prolog version 4.08.

The main updates in this release are as follows:

New Built-in Predicate for HTTPS Communication
We have added a new built-in predicate that uses the CURL library to enable HTTPS communication.
For detailed instructions on usage, please refer to CURL.md in the documentation folder.
This predicate was specifically designed for API communication with ChatGPT.

Bug Fixes in the JSON Library
We have also fixed bugs found in the JSON library.

This new functionality is aimed at supporting experiments in Neuro-Symbolic AI.
At this point, actual API communication has not yet been performed.
We welcome any feedback from users who try out this new feature!

Starting from version 4.08, the CURL library is required.
If it is not installed by default, please install it using the following commands:

sudo apt update
sudo apt install libcurl4-openssl-dev