bees-knees/prophet
Marty Oehme 333d825cb7
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.
2025-06-12 22:35:54 +02:00
..
domain feat: Remove html tags from original summary 2025-06-09 22:40:47 +02:00
infra ref: Allow passing custom prompts to Groq methods 2025-06-12 22:35:54 +02:00
app.py ref: Move groq llm into infrastructure package 2025-06-09 22:40:47 +02:00
config.py feat: Allow user to pass supabase table as envvar 2025-06-09 22:40:44 +02:00
view.py ref: Substitute SupaRepo for PickleRepo 2025-06-09 22:40:45 +02:00