To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
- Generate a guest based on a cookie when the user is not logged in (OR only support logged user)
- Mock a simple OpenAI Server for develop
- RichText formatting support
- Async execution
- 1 [DirectMode] Initiate my request directly
- 2 [SmartMode] System automatic improvement request
- 3 [Template] Customise my request according to the prompt template(also direct)
- 4 [Advanced] Improve your request based on OpenAI's interactive.