Concepts
Project has many Prompt, Prompt can be executed many times and the concept is called Prompt Call
Project
Project has some configuration like which model are you using and how's the TopP of your model. and what's the API key is.
now we are supporting OpenAI and Google Gemini.
Token
you'll need this token to execute the prompt in client.
Prompt
Prompt must be tested before saving.
Prompt has some variables. and one single response can be sent.
if enable the debug
mode, the prompt will be executed in debug mode, which meanings you can see the input and output of a prompt to make sure the prompt is correct.
when it executed. a record will be created. which is Prompt Call
.