Open Issues Need Help
View All on GitHub AI/ML • AI Chatbots & Agents
SpringAI using Embedding model(ollama) running in local for chat complete rather than Gemini model. 28 days ago
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