chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:02 +08:00
commit fd87f9797d
22 changed files with 1233 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# !/usr/bin/env python3
# -*- coding: utf-8 -*-
# @author: CS_木成河
# @time: 2024/11/20 16:33
# @blog: https://blog.csdn.net/weixin_47936614
from pydantic import BaseModel
class ChatRequest(BaseModel):
question: str