This is an AI designed to advocate for orthodox viewpoints. It responds to user messages with arguments supporting traditional/conventional beliefs across various domains, including Bible verses and optional ChatGPT integration.
The AI takes a user's message as input and responds with arguments supporting orthodox positions related to the topic detected in the message. It has specialized responses for topics like:
For topics that don't fit these categories, it provides generic orthodox viewpoints.
A user-friendly web interface is available to interact with the Orthodoxy AI:
/orthodoxy-ai-interface
The AI is implemented as an HTTP endpoint that accepts POST requests with a JSON body:
POST /orthodoxy-ai
{
"message": "What do you think about modern changes to family structure?",
"useGPT": false,
"includeBibleVerses": true
}
The response will be a JSON object with the AI's argument for an orthodox viewpoint:
{ "response": "The traditional family structure has been the foundation of stable societies throughout human history. It provides the optimal environment for raising children.", "bibleVerses": [ { "text": "Children, obey your parents in the Lord, for this is right. Honor your father and mother—which is the first commandment with a promise.", "citation": "Ephesians 6:1-2" } ], "source": "rule-based" }
message
(required): The user's input messageuseGPT
(optional): Boolean to toggle ChatGPT integration (default: false)includeBibleVerses
(optional): Boolean to include Bible verses (default: true)If you encounter issues with the AI:
ChatGPT Integration: If you experience errors when using ChatGPT mode, try disabling it in the settings panel. The rule-based mode is more reliable and doesn't depend on external API calls.
Browser Issues: If the interface isn't loading properly, try refreshing the page or clearing your browser cache.
Server Errors: If you receive server error messages, they will include details about what went wrong. The system will automatically fall back to rule-based responses if ChatGPT fails.