Skip to content

Commit 1a4ed8b

Browse files
authored
Update codespell.yml (#38)
* Update codespell.yml * Update sandbox.py - typo fix
1 parent ab4733a commit 1a4ed8b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
- name: Codespell
2222
uses: codespell-project/actions-codespell@v2
2323
with:
24-
config_file: .codespellrc
24+
skip: "./notebooks"
25+
config_file: .codespellrc

amadeusgpt/programs/sandbox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def run_task_program(self, config: Config, task_program_name: str):
551551

552552
# def step(self, user_query, number_of_debugs=1):
553553
# """
554-
# Currently not used. We tried to seperate LLM inference and code execution
554+
# Currently not used. We tried to separate LLM inference and code execution
555555
# """
556556
# qa_message = create_message(user_query, self)
557557

@@ -674,4 +674,4 @@ def render_temp_message(query, sandbox):
674674
for name, roi_object in roi_objects.items():
675675
analysis.object_manager.add_roi_object(ROIObject(name, roi_object["Path"]))
676676

677-
render_temp_message("random query", sandbox)
677+
render_temp_message("random query", sandbox)

0 commit comments

Comments
 (0)