Integrating DeepSeek with Spring AI for Enhanced Business Process Intelligence
Spring AI Integration Architecture
The integration leverages Ollama as the underlying deployment platform, with Spring AI providing standardized interfaces for model interaction. The Ollama and OpenAI interfaces maintain compatibility, allowing developers to choose based on specific requirements.
Ollama Configuraton Setup
Begin by adding the Sp ...
Posted on Mon, 22 Jun 2026 18:48:16 +0000 by jrodd32
DeepSeek API Integration and Qwen3-0.6B Local Deployment: A Practical Guide
DeepSeek API Integration
DeepSeek provides a convenient API service for integrating large language models into applications. This section covers the process of registering an account, testing the API with Postman, and implementing the API call in Python.
1.1 Account Registration and Funding
Visit the DeepSeek Open Platform and click the " ...
Posted on Tue, 02 Jun 2026 17:32:15 +0000 by UnsuitableBadger
Implementing Outcome and Card Name Generation Function (option_outcome_generator.py)
In each round of the game "Fentasy Realm," after a player makes a choice, two things need to be generated:
Narrative Outcome: A description of the immediate consequences of the choice, enhancing immersion.
Card Information: If a card is obtained (determined by the card acquisition algorithm), generate a card name and a brief descript ...
Posted on Fri, 22 May 2026 20:18:23 +0000 by chordsoflife