keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
349 stars 137 forks source link

Thoughts about ChatGPT service for ProgramY #315

Open seghcder opened 1 year ago

seghcder commented 1 year ago

Develop a ReST service for ChatGPT / OpenAI / Azure API integration.

Expected Behavior

Use sraix or other integration service paths to integrate with ChatGPT and other GPT style services.

Current Behavior

Not available, but could custom write our own

Possible Solution

Develop service :-)

Detailed Description

Default scenario might be to pass YEMPTY to ChatGPT for further processing if the top level AIML doesnt recognise the text. Some more advanced usage of ChatGPT might require a few interactions with the service to get the desired result. AIML could be used to help manage that flow. Also, with all the existing connectors to different services and clients, it could open up new ground for ProgramY.