screenshot-to-code/backend
2023-12-07 11:52:37 -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 return failure reason to front-end 2023-12-06 10:50:22 -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 Merge branch 'main' into hosted 2023-12-07 11:52:37 -05:00
mock.py return early if there are no images to replace 2023-11-16 15:11:54 -05:00
poetry.lock add sentry to prod 2023-12-04 08:44:28 -05:00
prompts.py redo how output settings is configured 2023-11-30 15:58:01 -05:00
pyproject.toml add sentry to prod 2023-12-04 08:44:28 -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 fix up pretty printing 2023-12-07 11:26:48 -05:00

Run tests

pytest test_prompts.py