diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..57f7786 Binary files /dev/null and b/.DS_Store differ diff --git a/.env b/.env new file mode 100644 index 0000000..1908b9c --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +OPENAI_API_KEY='sk--VnOesEU5D8wnHjdg0MEsA' +OPENAI_BASE_URL='https://llm.dev.maimaiag.com/v1' +OPENAI_MODEL='qwen35b-a3b' \ No newline at end of file diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..24ee5b1 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13 diff --git a/__pycache__/app.cpython-313.pyc b/__pycache__/app.cpython-313.pyc new file mode 100644 index 0000000..1210958 Binary files /dev/null and b/__pycache__/app.cpython-313.pyc differ diff --git a/__pycache__/config.cpython-313.pyc b/__pycache__/config.cpython-313.pyc new file mode 100644 index 0000000..9ff8a5b Binary files /dev/null and b/__pycache__/config.cpython-313.pyc differ