Skip to content

Commit

Permalink
Update camel/utils/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Guohao Li <lightaime@gmail.com>
  • Loading branch information
dandansamax and lightaime authored Jul 3, 2023
1 parent 53df74b commit 4840ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ def download_tasks(task: TaskType, folder_path: str) -> None:
'count_tokens_openai_chat_models', 'num_tokens_from_messages',
'get_model_token_limit', 'openai_api_key_required', 'print_text_animated',
'get_prompt_template_key_words', 'get_first_int', 'download_tasks',
'PythonInterpreter', 'InterpreterError'
'PythonInterpreter',
]

0 comments on commit 4840ecb

Please sign in to comment.