Open VincyZhang opened 8 months ago
In the given logs, it seems that the RESTful API is successfully synced with the latest OpenAI protocol and the backend is able to communicate with the frontend. However, there is no mention of a field to assign a system prompt in the frontend. It might be a feature that needs to be added or configured in the frontend code. If you need help, please @NeuralChatBot
System prompt can be assigned via neuralchat backend now. The frontend feature will be completed by @WenjiaoYue later because of schedule of tasks. @NeuralChatBot
To assign a system prompt in the backend, you can follow these steps:
Once the backend is updated, the frontend will need to be updated to display and use the assigned system prompt.
neuralchat already synced RESTful API with latest OpenAI protocol via 2e1c79d9b99db8bc004d67235fc6df51ca1d238e But neuralchat frontend don't have field to assign system prompt.
backend log
frontend log