diff --git a/doc/site/articles/sui-generis.html b/doc/site/articles/sui-generis.html index b529f7b..b53a666 100644 --- a/doc/site/articles/sui-generis.html +++ b/doc/site/articles/sui-generis.html @@ -88,7 +88,7 @@
Since the public release of the OpenAI API, I've wanted to do something with it. However, my learning works better when I set a purpose beyond the infamous 'Hello World,' even though in many cases, that's enough.
The idea behind this proof of concept was meant to be the simplicity of the mechanics. That's when I came across the following post by Marcelo Gaspar on LinkedIn:
-Image (a screenshot of the post, for illustrative purposes in case the original link ever changes or disappears)
+From this premise, I'd like to highlight two comments that served as the sparks guiding me in defining the library's purpose:
"Very similar to Socrates' three sieves... I believe it uses the same basic principle. Makes total sense", Alex Tavares.
diff --git a/src/Lensophy/Doc/Readme.md b/src/Lensophy/Doc/Readme.md index c2f8aec..fdedbab 100644 --- a/src/Lensophy/Doc/Readme.md +++ b/src/Lensophy/Doc/Readme.md @@ -1,3 +1,4 @@ +[![Lensophy](https://dev.azure.com/raphaelmoreira/758a305a-a7fa-4b96-95aa-962c2cf2248c/_apis/git/repositories/27fc1054-4851-4e6d-af8a-a463841dc8c1/items?path=/lensophy-banner.png&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=main&resolveLfs=true&%24format=octetStream)](https://raphaelmoreira.github.io/lensophy/) # Introduction This API provides developers with the ability to enhance their comment systems (such as forums, blogs, or websites) by analyzing, filtering, and encouraging good behavior through suggested responses that guide towards a friendly perspective rather than censoring it. @@ -6,7 +7,7 @@ An [OpenAI account](https://platform.openai.com/signup) is required to use it # Getting Started Installing the package with the desired version (last version is always recommended). ``` -dotnet add package Lensophy --version X.Y.Z +dotnet add package Lensophy --version 1.0.0 ``` In your `appSettings.json`, add the following configuration: @@ -57,10 +58,7 @@ public async TaskAnalyse([FromBody]ContentAnalyse contentToAna # Release notes Every version governs a basic principle of change, although it may carry other minor improvements. -### v1.0.0 -**[![Lensophy last build](https://github.com/raphaelmoreira/lensophy/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/raphaelmoreira/lensophy/actions/workflows/dotnet.yml)** -[![Percentage of issues still open](https://isitmaintained.com/badge/open/raphaelmoreira/lensophy.svg)](https://isitmaintained.com/project/raphaelmoreira/lensophy "Percentage of issues still open") -[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/raphaelmoreira/lensophy.svg)](https://isitmaintained.com/project/raphaelmoreira/lensophy "Average time to resolve an issue") +### ![GitHub milestone details](https://img.shields.io/github/milestones/progress/raphaelmoreira/lensophy/1) - Provides developers with the ability to enhance their comment systems (such as forums, blogs, or websites) by analyzing, filtering, and encouraging good behavior through suggested responses that guide towards a friendly perspective @@ -77,3 +75,5 @@ Remind people that, even physically distant from the interlocutor, respect must # License Copyright © Raphael Moreira | MIT + +[![Lensophy](https://dev.azure.com/raphaelmoreira/758a305a-a7fa-4b96-95aa-962c2cf2248c/_apis/git/repositories/27fc1054-4851-4e6d-af8a-a463841dc8c1/items?path=/footer.png&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=main&resolveLfs=true&%24format=octetStream)](https://raphaelmoreira.github.io/lensophy/) \ No newline at end of file diff --git a/tool/docfx_project/articles/sui-generis.md b/tool/docfx_project/articles/sui-generis.md index 3153573..ffb6eb2 100644 --- a/tool/docfx_project/articles/sui-generis.md +++ b/tool/docfx_project/articles/sui-generis.md @@ -4,7 +4,7 @@ Since the public release of the [OpenAI API](https://platform.openai.com/), I've ## The Snap The idea behind this proof of concept was meant to be the simplicity of the mechanics. That's when I came across the following [post](https://www.linkedin.com/feed/update/urn:li:activity:7105852268574339073/) by [Marcelo Gaspar](https://www.linkedin.com/in/mgaspar1/) on [LinkedIn](https://www.linkedin.com/): -Image (a screenshot of the post, for illustrative purposes in case the original link ever changes or disappears) +![Snap](https://dev.azure.com/raphaelmoreira/758a305a-a7fa-4b96-95aa-962c2cf2248c/_apis/git/repositories/27fc1054-4851-4e6d-af8a-a463841dc8c1/items?path=/lensophy-inspiration.png&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=main&resolveLfs=true&%24format=octetStream&api-version=5.0) From this premise, I'd like to highlight two comments that served as the sparks guiding me in defining the library's purpose: