finaldie / auto-news

A personal news aggregator to pull information from multi-sources + LLM (ChatGPT/Gemini/Ollama via LangChain) to help us reading efficiently with less noises, the sources including: Tweets, RSS, YouTube, Web Articles, Reddit, and personal Journal notes.
MIT License
519 stars 56 forks source link

Summary is put into 'Translation' Notion Block when no translation is chosen #101

Open sebnapi opened 2 months ago

sebnapi commented 2 months ago
Screenshot 2024-09-29 at 16 53 55
finaldie commented 2 months ago

hi @sebnapi

Thanks for raising the issue, may I know model you are using?

sebnapi commented 2 months ago

Hi! I use gemini-1.5-flash-latest (because of it's free tier atm).

finaldie commented 2 months ago

Hi! I use gemini-1.5-flash-latest (because of it's free tier atm).

From my experience, openai has no issues, but gemini and llama will has such issues. For now there are a few options to fix the issue:

sebnapi commented 2 months ago

Cheers, will have a look and report back!