|
|
|
|
|
by brightstar18
224 days ago
|
|
Product seems cool. But can you help me understand if what you are doing is different from the following:
> you put a prompt
> Plexe glorifies that prompt into a bigger prompt with more specific instructions (augmented by schema definitions, intent and whatnot)
> plug it into the provided model/LLM
> .predict() gives me the output (which was heavily guardrailed by the glorified prompt in the step 2) |
|