Skip to content

Commit

Permalink
Revisão 9: Correção de link de imagens e ajustes menores no texto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Silva Moreira committed Oct 12, 2023
1 parent 6cdb722 commit 12ef665
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/site/articles/sui-generis.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 id="sui-generis">Sui Generis</h1>
<p>Since the public release of the <a href="https://platform.openai.com/">OpenAI API</a>, 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.</p>
<h2 id="the-snap">The Snap</h2>
<p>The idea behind this proof of concept was meant to be the simplicity of the mechanics. That's when I came across the following <a href="https://www.linkedin.com/feed/update/urn:li:activity:7105852268574339073/">post</a> by <a href="https://www.linkedin.com/in/mgaspar1/">Marcelo Gaspar</a> on <a href="https://www.linkedin.com/">LinkedIn</a>:</p>
<p>Image (a screenshot of the post, for illustrative purposes in case the original link ever changes or disappears)</p>
<p><img src="https://dev.azure.com/raphaelmoreira/758a305a-a7fa-4b96-95aa-962c2cf2248c/_apis/git/repositories/27fc1054-4851-4e6d-af8a-a463841dc8c1/items?path=/lensophy-inspiration.png&amp;versionDescriptor%5BversionOptions%5D=0&amp;versionDescriptor%5BversionType%5D=0&amp;versionDescriptor%5Bversion%5D=main&amp;resolveLfs=true&amp;%24format=octetStream&amp;api-version=5.0" alt="Snap"></p>
<p>From this premise, I'd like to highlight two comments that served as the sparks guiding me in defining the library's purpose:</p>
<blockquote>
<p><i>&quot;Very similar to Socrates' three sieves... I believe it uses the same basic principle. Makes total sense&quot;</i>, <a href="https://www.linkedin.com/in/alex-tavares-620336164/">Alex Tavares</a>.</p>
Expand Down
10 changes: 5 additions & 5 deletions src/Lensophy/Doc/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:
Expand Down Expand Up @@ -57,10 +58,7 @@ public async Task<ContentAnalysed> Analyse([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

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion tool/docfx_project/articles/sui-generis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 12ef665

Please sign in to comment.