screenshot-to-code/backend
2023-12-04 16:43:31 -05:00
..
routes support screenshotting a URL with ScreenshotOne 2023-11-20 11:48:33 -05:00
.gitignore fix bad gitignore and missing file 2023-11-15 19:42:47 -05:00
access_token.py update URL to prod URL 2023-11-29 14:28:36 -05:00
build.sh add build script for render backend deployment 2023-11-16 19:03:05 -05:00
Dockerfile simplify dockerfile and update docker-compose to use 7001 2023-11-19 21:39:10 -05:00
image_generation.py close OpenAI client 2023-12-03 14:45:39 -05:00
llm.py close OpenAI client 2023-12-03 14:45:39 -05:00
main.py handle openai.RateLimitError 2023-12-04 16:43:31 -05:00
mock.py return early if there are no images to replace 2023-11-16 15:11:54 -05:00
poetry.lock update libraries 2023-12-03 14:03:38 -05:00
prompts.py redo how output settings is configured 2023-11-30 15:58:01 -05:00
pyproject.toml support screenshotting a URL with ScreenshotOne 2023-11-20 11:48:33 -05:00
README.md add unit tests for prompts 2023-11-28 12:23:08 -05:00
test_prompts.py fix and add unit test 2023-11-30 16:07:08 -05:00
utils.py support updating the initially generated version 2023-11-15 15:08:59 -05:00

Run tests

pytest test_prompts.py