-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
Ne može se kompilirati jer niti nema klase GptService.
Nema potrebe za refaktoriranjem jer je kod izrazito jednostavan.
Test se ne može kompilirati.
Napravljeno svojstvo "systemMessage" koji će biti postavljen kada se pozove metoda SetSystemMessage().
...Message, test pada jer nema te metode.
...instanca GPTRequestSender (u ovom slučaju fake)
...u konstruktoru testne klase.
...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.
...šalje li se ispravna "uloga".
Dodano je svojstvo "role" u GPTMessage i postavlja ga GPTService.
There was a problem hiding this 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.
There was a problem hiding this 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!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sve izgleda okej.
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:
Slike su sljedeće:
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:
Jedinični testovi su sljedeći:
Integracijski testovi su sljedeći: