YaWK / yawk.io

YaWK - Yet another Web Kit [work in progress]
https://yawk.io
MIT License
9 stars 2 forks source link

CURL: ChatGPT Response #391

Closed YaWK closed 4 months ago

YaWK commented 1 year ago

Add Class that serves methods to communicate with the API and return results.

YaWK commented 4 months ago

Added JSON API interaction in PHP: Set up API communication via cURL for OpenAI completions. The script includes JSON handling (encode/decode), dynamic token and temperature settings, and error handling for cURL and JSON processing. Uses YAWK settings for API configuration.

Will be called by the JS code within: includes/page-edit.php

YaWK commented 4 months ago

done.