diff --git a/readme.md b/readme.md index 5ec5694..20e8b42 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,14 @@ Derfor lavet jeg denne løsning i stedet. Den fungere ved at brugeren udfylder nogle inputfelter, som flettes ind i systempromten til en LLM. Svaret fra sprogmodellen sættes så pænt og let tilgængeligt op. +### Screenshots + +![img](static/images/screen_gen.png) +![img](static/images/screen_planpng) +![img](static/images/screen_list.png) +![img](static/images/screen_rec.png) + + ## Start din egen instans ```bash diff --git a/static/screen_gen.png b/static/images/screen_gen.png similarity index 100% rename from static/screen_gen.png rename to static/images/screen_gen.png diff --git a/static/screen_list.png b/static/images/screen_list.png similarity index 100% rename from static/screen_list.png rename to static/images/screen_list.png diff --git a/static/screen_plan.png b/static/images/screen_plan.png similarity index 100% rename from static/screen_plan.png rename to static/images/screen_plan.png diff --git a/static/screen_rec.png b/static/images/screen_rec.png similarity index 100% rename from static/screen_rec.png rename to static/images/screen_rec.png