Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

46 nova funkcionalnost f16 #51

Merged
merged 30 commits into from
Jun 16, 2024
Merged

46 nova funkcionalnost f16 #51

merged 30 commits into from
Jun 16, 2024

Conversation

dmatijani
Copy link
Contributor

Nova funkcionalnost

Kreirana je funkcionalnost: Chatbot LibrAI

On pomaže članovima knjižnice raspitati o knjižnici.
Pokreće ga se klikom na ikonicu dolje lijevo kad se korisnik prijavi kao član knjižnice:

Ikonica na zaslonu

Slike su sljedeće:
Bez API kljuca

Krivi api kljuc

Nakon sto je unesen API kljuc

Razmislja

Cita tekst

Dao odgovor

Preporucio odgovor

Bitno

Potrebno je unijeti vlastiti OpenAI API ključ. Nisam htio "hardkodirati" privatni ključ u kod aplikacije jer bi bio dostupan ovdje, na javno dostupnom repozitoriju.

Razvoj i testovi

Klasa GPTService kreirana je putem Test Driven Development. Ovdje su neki commitovi:
TDD slika

Jedinični testovi su sljedeći:
image

Integracijski testovi su sljedeći:
image

dmatijani added 29 commits June 14, 2024 17:05
Ne može se kompilirati jer niti nema klase GptService.
Nema potrebe za refaktoriranjem jer je kod izrazito jednostavan.
Napravljeno svojstvo "systemMessage" koji će biti postavljen kada se pozove metoda SetSystemMessage().
...instanca GPTRequestSender (u ovom slučaju fake)
...metoda SendRequest od GPTRequestSender i prima li instancu objekta GPTRequest.
Kreirana klasa GPTRequest i GPTService poziva metodu SendRequest od sučelja IGPTRequestSender.
Nema još potrebe za daljnjim refaktoriranjem.
Dodana je nova klasa GPTMessage koja sadrži "content", prema onome napisanom u testu.
Dodano je svojstvo "role" u GPTMessage i postavlja ga GPTService.
@dmatijani dmatijani added the enhancement New feature or request label Jun 15, 2024
@dmatijani dmatijani self-assigned this Jun 15, 2024
Copy link
Contributor

@vlovric21 vlovric21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Svaka čast, sve izgleda odlično, nemam što predložit za promjenu.

Copy link
Contributor

@mmarkoovin21 mmarkoovin21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slažem se s @vlovric21!

Copy link
Contributor

@dhegedusi21 dhegedusi21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sve izgleda okej.

@dmatijani dmatijani merged commit 9cca788 into dev Jun 16, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants