Switch to llama for summarization

Still not sure if this works or how fast I will go over free tier limits
but it will sure be better than bart-large-cnn which sucks.
This commit is contained in:
2025-03-05 23:43:39 -05:00
parent 2981b9cfff
commit a67b289f38
2 changed files with 45 additions and 21 deletions

View File

@@ -17,4 +17,4 @@ enabled = true
head_sampling_rate = 1 # optional. default = 1.
[vars]
CF_AI_MODEL = "@cf/facebook/bart-large-cnn"
CF_AI_MODEL = "@hf/meta-llama/meta-llama-3-8b-instruct"