首次提交
This commit is contained in:
6
danding_bot/plugins/chatai/config.py
Normal file
6
danding_bot/plugins/chatai/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
class Config(BaseModel):
|
||||
"""Plugin Config Here"""
|
||||
deepseek_token: str = Field(..., env="DEEPSEEK_TOKEN")
|
||||
# grok_token: str = Field(..., env="GROK_TOKEN")
|
||||
Reference in New Issue
Block a user