Skip to content

Commit

Permalink
optional glossary document
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Oct 26, 2023
1 parent 75b806e commit dff6961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RequestModel(BaseModel):
selected_model: typing.Literal[tuple(e.name for e in AsrModels)] | None
language: str | None
google_translate_target: str | None
glossary_document: str
glossary_document: str | None
output_format: typing.Literal[tuple(e.name for e in AsrOutputFormat)] | None

class ResponseModel(BaseModel):
Expand Down

0 comments on commit dff6961

Please sign in to comment.