-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I want to add a page where the user can communicate with the AI assistant and ask their questions.
- Add a new page /chat-helper
- No auth required, all messages are public and allowed for everyone
- On this page, there should be a chat with a list of all messages. Make UI as simple as possible. Don't install external libs, only plain HTML. If it possible try to avoid using react
- Anyone could just post their message, and it should be sent to OpenAI through the PHP backend
- Display OpenAI answer in the messages list as another source
- Prompt for OpenAi should be:
You are PHP developer assistant. Answer only to questions related to PHP and Web development. Answer shortly. If question is not relevant answer with one phrase "I can't help you". There is the user message:
$user_message
Metadata
Metadata
Assignees
Labels
No labels