ref: Allow passing custom prompts to Groq methods
Rudimentary implementation currently. Would probably ultimately help to
have a 'prompt' domain model which can be used something like this:
Prompt(type=Prompt.SUGGESTIONS).leaning("left").current(2025).area("politics").view("American")
That way it would be easy to build your own prompt.
This commit is contained in:
parent
84ea46f142
commit
333d825cb7
2 changed files with 57 additions and 10 deletions
|
|
@ -31,6 +31,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<span class="fab-label">Lefty Bee</span>
|
||||
<div class="option-btn fab-icon-holder">
|
||||
<div class="icon">
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<span class="fab-label">About</span>
|
||||
<div class="option-btn fab-icon-holder">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue