We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c750ce4 commit 48e61f5Copy full SHA for 48e61f5
README.md
@@ -15,6 +15,17 @@ A [tutorial](https://github.com/volcengine/veadk-python/blob/main/veadk_tutorial
15
16
## Installation
17
18
+### From PyPI
19
+
20
+```python
21
+pip install veadk-python
22
23
+# install extensions
24
+pip install veadk-python[extensions]
25
+```
26
27
+### Build from source
28
29
We use `uv` to build this project ([how-to-install-uv](https://docs.astral.sh/uv/getting-started/installation/)).
30
31
```bash
veadk/consts.py
@@ -27,6 +27,7 @@
"x-is-encrypted": getenv("MODEL_AGENT_ENCRYPTED", "true"),
"veadk-source": "veadk",
"veadk-version": VERSION,
+ "User-Agent": f"VeADK/{VERSION}",
},
32
"extra_body": {
33
"caching": {
0 commit comments