Tagged articles
4 articles
Page 1 of 1
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Feb 10, 2025 · Artificial Intelligence

How to Seamlessly Integrate DeepSeek AI API into Your Java Projects

Learn step-by-step how Java developers can obtain a DeepSeek API key, understand the chat and reasoning models, and implement them with Apache HttpClient, covering code examples, key parameters, best practices, and real-world use cases such as smart customer service, education tools, and code generation assistants.

AI APIApache HttpClientChatbot
0 likes · 11 min read
How to Seamlessly Integrate DeepSeek AI API into Your Java Projects
Cognitive Technology Team
Cognitive Technology Team
Feb 6, 2025 · Artificial Intelligence

DeepSeek Model Guide: 10 Practical Tips and Usage Techniques

This article presents ten detailed techniques for effectively using DeepSeek's large language models—including mode selection, model comparisons, knowledge updates, prompt engineering, RAG, file uploads, API access, and open‑source resources—while offering concrete examples and code snippets for each feature.

AI APIDeepSeekRAG
0 likes · 12 min read
DeepSeek Model Guide: 10 Practical Tips and Usage Techniques
JavaEdge
JavaEdge
Sep 21, 2024 · Artificial Intelligence

Understanding LLM API Types and Usage in LangChain4j

This article explains the different low‑level LLM API types in LangChain4j, including LanguageModel, ChatLanguageModel, and other model interfaces, and shows how to create and combine ChatMessage objects for multi‑turn conversations.

AI APIChatLanguageModelChatMessage
0 likes · 8 min read
Understanding LLM API Types and Usage in LangChain4j