1 Open Issue Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
AI/ML AI Chatbots & Agents

AI Summary: The Spring Boot application's chat client is currently configured to use a local Ollama embedding model instead of the intended Gemini AI model. The task is to modify the `ChatClientConfiguration` class to correctly utilize the Gemini AI API key and model, ensuring the `spring.ai.openai.chat.options.model` property points to the correct Gemini model and that the `spring.ai.chat.client.enabled` property is set to `true`.

Complexity: 3/5
help wanted

Chat module using SpringAI & Gemini AI.

Java