File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ conda create --name camel python=3.10
110
110
conda activate camel
111
111
112
112
# 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
114
114
115
115
# Change directory into project directory
116
116
cd camel
Original file line number Diff line number Diff line change 27
27
project = 'CAMEL'
28
28
copyright = '2023, CAMEL-AI.org'
29
29
author = 'CAMEL-AI.org'
30
- release = '0.1.5.2 '
30
+ release = '0.1.5.3 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ conda create --name camel python=3.10
61
61
conda activate camel
62
62
63
63
# 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
65
65
66
66
# Change directory into project directory
67
67
cd camel
Original file line number Diff line number Diff line change 20
20
21
21
model_gpt = ModelFactory .create (
22
22
ModelPlatformType .OPENAI ,
23
- model_type = ModelType .GPT_3_5_TURBO ,
23
+ model_type = ModelType .GPT_4O ,
24
24
model_config_dict = {},
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " camel-ai"
7
- version = " 0.1.5.2 "
7
+ version = " 0.1.5.3 "
8
8
authors = [" CAMEL-AI.org" ]
9
9
description = " Communicative Agents for AI Society Study"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments