remove sensitive and recover rsp_cache.json

This commit is contained in:
yzlin 2024-01-13 10:34:45 +08:00
parent d9ad3a6195
commit e079b8b152
2 changed files with 146 additions and 1 deletions

View file

@ -13,7 +13,7 @@ async def main(requirement: str = ""):
if __name__ == "__main__":
sd_url = "http://106.75.10.65:19094"
sd_url = "http://your.sd.service.ip:port"
requirement = (
f"I want to generate an image of a beautiful girl using the stable diffusion text2image tool, sd_url={sd_url}"
)

145
tests/data/rsp_cache.json Normal file

File diff suppressed because one or more lines are too long