Skip to content

Commit d40546a

Browse files
authored
release: v0.1.5.3 (#665)
1 parent 4286bc2 commit d40546a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ conda create --name camel python=3.10
110110
conda activate camel
111111
112112
# Clone github repo
113-
git clone -b v0.1.5.2 https://github.com/camel-ai/camel.git
113+
git clone -b v0.1.5.3 https://github.com/camel-ai/camel.git
114114
115115
# Change directory into project directory
116116
cd camel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = 'CAMEL'
2828
copyright = '2023, CAMEL-AI.org'
2929
author = 'CAMEL-AI.org'
30-
release = '0.1.5.2'
30+
release = '0.1.5.3'
3131

3232
# -- General configuration ---------------------------------------------------
3333
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/get_started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ conda create --name camel python=3.10
6161
conda activate camel
6262
6363
# Clone github repo
64-
git clone -b v0.1.5.2 https://github.com/camel-ai/camel.git
64+
git clone -b v0.1.5.3 https://github.com/camel-ai/camel.git
6565
6666
# Change directory into project directory
6767
cd camel

examples/test/test_role_description_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
model_gpt = ModelFactory.create(
2222
ModelPlatformType.OPENAI,
23-
model_type=ModelType.GPT_3_5_TURBO,
23+
model_type=ModelType.GPT_4O,
2424
model_config_dict={},
2525
)
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "camel-ai"
7-
version = "0.1.5.2"
7+
version = "0.1.5.3"
88
authors = ["CAMEL-AI.org"]
99
description = "Communicative Agents for AI Society Study"
1010
readme = "README.md"

0 commit comments

Comments
 (0)