Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos
Browse files Browse the repository at this point in the history
DavdGao committed May 14, 2024
1 parent fda672d commit b8bd05a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/en/source/tutorial/206-prompt.md
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ from agentscope.message import Msg

model = OpenAIChatWrapper(
config_name="", # empty since we directly initialize the model wrapper
model_name="gpt-4",
model_name="gpt-4o",
)

prompt = model.format(
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial/206-prompt.md
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ from agentscope.message import Msg

model = OpenAIChatWrapper(
config_name="", # 为空,因为我们直接初始化model wrapper
model_name="gpt-4",
model_name="gpt-4o",
)

prompt = model.format(

0 comments on commit b8bd05a

Please sign in to comment.