Skip to content

Commit cb1f244

Browse files
committed
Add url used to download images from for emulated requests
1 parent 59002b5 commit cb1f244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guidellm/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class EmulatedDataSettings(BaseModel):
9090
"force_new_line_punctuation": True,
9191
}
9292
)
93+
image_source: List[str] = "https://www.gutenberg.org/cache/epub/1342/pg1342-images.html"
9394

9495

9596
class OpenAISettings(BaseModel):

0 commit comments

Comments
 (0)