Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
4f0b373a
Unverified
Commit
4f0b373a
authored
Dec 11, 2023
by
Hubert
Committed by
GitHub
Dec 11, 2023
Browse files
[Fix] fix docstring (#684)
parent
e78857ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
opencompass/lagent/actions/ipython_interpreter.py
opencompass/lagent/actions/ipython_interpreter.py
+2
-2
No files found.
opencompass/lagent/actions/ipython_interpreter.py
View file @
4f0b373a
...
@@ -49,8 +49,8 @@ class IPythonInterpreter(BaseAction):
...
@@ -49,8 +49,8 @@ class IPythonInterpreter(BaseAction):
Defaults to 20.
Defaults to 20.
trim_output (int, optional): Max characters restriction of ipython
trim_output (int, optional): Max characters restriction of ipython
outputs. If None, do not perform any trim.
outputs. If None, do not perform any trim.
TODO:
Notice that, this is not token len
. Anf trim strategies
Notice that, this is not token len
gth but string length.
might be added later. Defaults to 1024.
Trim strategies
might be added later
if needed
. Defaults to 1024.
user_data_dir (str): Specified the user data directory for files
user_data_dir (str): Specified the user data directory for files
loading. If set to `ENV`, use `USER_DATA_DIR` environment variable.
loading. If set to `ENV`, use `USER_DATA_DIR` environment variable.
Defaults to `ENV`.
Defaults to `ENV`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment