mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-14 03:12:37 +00:00
25 lines
984 B
Markdown
25 lines
984 B
Markdown
<!--
|
||
* @Author: jackning 270580156@qq.com
|
||
* @Date: 2024-02-02 09:32:36
|
||
* @LastEditors: jackning 270580156@qq.com
|
||
* @LastEditTime: 2025-03-07 15:44:57
|
||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE
|
||
* contact: 270580156@qq.com
|
||
* 联系:270580156@qq.com
|
||
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
|
||
-->
|
||
# ai module
|
||
|
||
## docs
|
||
|
||
- [spring-ai-getting-started](https://docs.spring.io/spring-ai/reference/getting-started.html)
|
||
- [spring-ai-agentic-patterns](https://spring.io/blog/2025/01/21/spring-ai-agentic-patterns)
|
||
- [spring-ai-examples](https://github.com/spring-projects/spring-ai-examples)
|
||
|
||
```bash
|
||
ollama --help
|
||
```
|