Commit graph

6 commits

Author SHA1 Message Date
0933b5f616
feat: Ensure some more consistency in headlines 2025-07-22 11:25:02 +02:00
2da0b90b1b
feat: Limit Trump mentions based on previous titles
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
2025-07-22 05:50:42 +02:00
2514ad1296
fix: Make prompts try to adhere to original length, more lefty 2025-06-12 22:35:55 +02:00
63131b7f11
feat: Add single rewrite method to LLM models 2025-06-12 22:35:54 +02:00
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
c490f99e96
ref: Move groq llm into infrastructure package 2025-06-09 22:40:47 +02:00
Renamed from prophet/llm.py (Browse further)