File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.2.31 "
3+ version = " 0.2.32 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- import click
1615import shutil
1716from pathlib import Path
1817
18+ import click
19+
1920_ENV_TEMPLATE = """\
2021 MODEL_AGENT_API_KEY={ark_api_key}
2122"""
3132 name="root_agent",
3233 description="A helpful assistant for user questions.",
3334 instruction="Answer user questions to the best of your knowledge",
34- model_name="doubao-seed-1-6-251015 ", # <---- you can change your model here
35+ model_name="doubao-seed-1-8-251215 ", # <---- change model here
3536)
3637"""
3738
Original file line number Diff line number Diff line change 1919
2020DEFAULT_AGENT_NAME = "veAgent"
2121
22- DEFAULT_MODEL_AGENT_NAME = "doubao-seed-1-6-251015 "
22+ DEFAULT_MODEL_AGENT_NAME = "doubao-seed-1-8-251215 "
2323DEFAULT_MODEL_AGENT_PROVIDER = "openai"
2424DEFAULT_MODEL_AGENT_API_BASE = "https://ark.cn-beijing.volces.com/api/v3/"
2525DEFAULT_MODEL_EXTRA_CONFIG = {
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- VERSION = "0.2.31 "
15+ VERSION = "0.2.32 "
You can’t perform that action at this time.
0 commit comments