Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.08 KB

SmartPrompter

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Features

  • 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

Stories

  • 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.

API's

References