mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 09:42:39 +00:00
Fixed typo
This commit is contained in:
@@ -252,8 +252,7 @@ If you want to save the logs as a list of JSON events, set `save_as_json` parame
|
||||
crew = Crew(output_log_file = True, save_as_json = False) # Logs will be saved as logs.txt
|
||||
crew = Crew(output_log_file = file_name, save_as_json = False) # Logs will be saved as file_name.txt
|
||||
crew = Crew(output_log_file = True, save_as_json = True) # Logs will be saved as logs.json
|
||||
crew = Crew(output_log_file = file_name, save_as_json = False) # Logs will be saved as file_name.json
|
||||
|
||||
crew = Crew(output_log_file = file_name, save_as_json = True) # Logs will be saved as file_name.json
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user