# 备注

详细的Python可以[Python学习笔记](https://github.com/SnowBook/PythonAi/blob/main/python.northsnow.cn)，这里的python是基础浓缩

Python + AI大模型

Python + AI大模型零基础到项目实战，涵盖Python、Linux、LangChain、Ollama等，从大模型私有化部署到搭建聊天机器人一套通关

大模型RAG与Agent智能体项目实战教程，基于主流的LangChain技术从大模型提示词到实战项目


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai.northsnow.cn/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
