Kaynağa Gözat

Merge remote-tracking branch 'origin/master'

ex_fangwen.wen 2 ay önce
ebeveyn
işleme
149d40550a
6 değiştirilmiş dosya ile 0 ekleme ve 32 silme
  1. 0 8
      .env
  2. 0 10
      .gitignore
  3. 0 1
      .python-version
  4. 0 0
      README.md
  5. 0 6
      main.py
  6. 0 7
      pyproject.toml

+ 0 - 8
.env

@@ -1,8 +0,0 @@
-DEEPSEEK_BASE_NAME="tcl/DeepSeek-V4-Pro"
-DEEPSEEK_BASE_KEY="sk-NqwNXLg62NahSbuZFmXO_w"
-DEEPSEEK_BASE_URL="https://maas-api.tcl.com/v1"
-DB_PASSWORD="123456"
-DB_USER="root"
-DB_PORT="3306"
-DB_HOST="127.0.0.1"
-DB_NAME="analytics_demo"

+ 0 - 10
.gitignore

@@ -1,10 +0,0 @@
-# Python-generated files
-__pycache__/
-*.py[oc]
-build/
-dist/
-wheels/
-*.egg-info
-
-# Virtual environments
-.venv

+ 0 - 1
.python-version

@@ -1 +0,0 @@
-3.11

+ 0 - 0
README.md


+ 0 - 6
main.py

@@ -1,6 +0,0 @@
-def main():
-    print("Hello from wenfangwen-ai-code!")
-
-
-if __name__ == "__main__":
-    main()

+ 0 - 7
pyproject.toml

@@ -1,7 +0,0 @@
-[project]
-name = "wenfangwen-ai-code"
-version = "0.1.0"
-description = "Add your description here"
-readme = "README.md"
-requires-python = ">=3.11"
-dependencies = []