chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user