Skip to content

Commit 82bbeb1

Browse files
Merge pull request #506 from Hatlen/patch-2
Fix indentation error
2 parents 9d1188a + d044a63 commit 82bbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit1/tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
195195

196196

197197
final_answer = FinalAnswerTool()
198-
model = InferenceClientModel(
198+
model = InferenceClientModel(
199199
max_tokens=2096,
200200
temperature=0.5,
201201
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',

0 commit comments

Comments
 (0)