auto-coder.web: A Python Project
Project description
auto-coder.web
安装
pip install auto_coder_web
进入项目
cd <project_dir>
auto-coder.web
打开浏览器
开始你的编程!
使用 Docker 运行
使用 docker 时,需要你的项目已经是一个被 auto-coder.chat 初始化过的项目。 或者启动后,在界面 Terminal 中执行
auto-coder init --source_dir .初始化项目。
docker run \
--name auto-coder-web \
-e BASE_URL=https://api.deepseek.com/v1 \
-e API_KEY=$MODEL_DEEPSEEK_TOKEN \
-e MODEL=deepseek-chat \
-p 8006:8006 \
-p 8007:8007 \
-p 8265:8265 \
-v <你的项目>:/app/work \
-v <你的日志目录>:/app/logs \
allwefantasy/auto-coder-web
打开浏览器
开始你的编程!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auto_coder_web-0.1.48.tar.gz
(6.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auto_coder_web-0.1.48.tar.gz.
File metadata
- Download URL: auto_coder_web-0.1.48.tar.gz
- Upload date:
- Size: 6.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31f22d2b6555362a1898790ef0d0981635be0dd964898321363bf8d8bdcb1b60
|
|
| MD5 |
873f8445a44898f89a0a9e8dcd740aad
|
|
| BLAKE2b-256 |
010aeac27fb47587347c9a9883c6f3f645616c0cb9414d4d45b4926c5169258a
|
File details
Details for the file auto_coder_web-0.1.48-py3-none-any.whl.
File metadata
- Download URL: auto_coder_web-0.1.48-py3-none-any.whl
- Upload date:
- Size: 7.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcdca68454ed62e054bd7dbfd10316974bfa37182a5ed528741f807f76420903
|
|
| MD5 |
e84fbc563fc456147e279a4f204fb95a
|
|
| BLAKE2b-256 |
48b057df280017beb7363f0178bc8299afa761bb2507ecd3106a38519c0ce221
|