Skip to content

Helper scripts that access Chatgpt and Github Copilot API for automation of data collection for our Bachelor Thesis.

Notifications You must be signed in to change notification settings

DimitrisPok/Bachelor-Thesis-2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Accessing ChatGPT and Copilot API

We are accessing ChatGPT and Github Copilot API to compare their performance when recognizing design patterns Singleton and Observer. Moreover, to see the effect of prompt styles Context Manager and Persona on the LLMs. This is done as part of our Bachelor Thesis in Software Engineering and Management at Gothenburg University.

Description

This repository consists of helper scripts that access Chatgpt and Github Copilot API for automation of data collection for our Bachelor Thesis. Our thesis aims to evaluate the extent to which these LLMs can recognize design patterns (Singleton and Observer) and the effect different prompt styles (Persona and Context Manager) may have on the LLMs. The scripts run defined prompt examples of Persona and Context Manager along with the code examples of Singleton and Observer which were taken from open-source projects found on PMART (https://www.ptidej.net/tools/designpatterns/). The data collected with this script is saved in CSV files for us to analyze for our thesis.

Getting Started

Installing

  • How/where to download your program
  • Any modifications needed to be made to files/folders

Authors

  • Dimitrios Pokkias
  • Shahd Metwally

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

About

Helper scripts that access Chatgpt and Github Copilot API for automation of data collection for our Bachelor Thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.8%
  • Python 21.2%