alexandreroman / news-factory

Create AI-generated newsletters with Spring AI
Apache License 2.0
8 stars 5 forks source link

Explore the use of Functions with Spring AI #4

Open alexandreroman opened 7 months ago

alexandreroman commented 7 months ago

Spring AI supports the use of Functions when dealing with prompts and chat models.

Let's see if we can provide the content as a function when asking the LLM to generate a summary. This function would take care of downloading the content and stripping down useless content (images).

alexandreroman commented 6 months ago

Waiting for issue #7.

alexandreroman commented 6 months ago

The app is now using Spring AI 0.8.1 (fixed in #7): this means we can safely use the Functions API with more AI models.