Skip to content

Commit

Permalink
minor typo fix (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyumna Singh Rathore <[email protected]>
  • Loading branch information
pradhyumna85 and Pradyumna Singh Rathore authored Sep 13, 2024
1 parent 26e87e8 commit b570756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Parameters
- **output_dir** (Optional[str], optional):
The directory to save the markdown output. Defaults to None.
- **temp_dir** (str, optional):
The directory to store temporary files, defaults to some named folder in system's temp directory. If already exists, the contents will be deleted for zerox uses it.
The directory to store temporary files, defaults to some named folder in system's temp directory. If already exists, the contents will be deleted before zerox uses it.
- **custom_system_prompt** (str, optional):
The system prompt to use for the model, this overrides the default system prompt of zerox. Defaults to None.
Generally it is not required unless you want some specific behaviour. When set, it will raise a friendly warning.
Expand All @@ -271,7 +271,7 @@ Parameters
Returns

- ZeroxOutput:
The markdown content generated by the model.
Contains the markdown content generated by the model and also some metadata (refer below).

### Example Output (Output from "azure/gpt-4o-mini"):

Expand Down

0 comments on commit b570756

Please sign in to comment.