This solution is developed based on FlashGPT3[1] proposed by Microsoft. OpenAI API token is required to run the experiments. flashgpt3/cache/default.json
and flashgpt3/cache/toi.json
are cache files for queries and TOIs, respectively. Delete flashgpt3/cache/default.json
to obtain new query results. Delete flashgpt3/cache/toi.json
and set TOILearning = true to obtain new TOIs.
The easiest way to get started is installing Visual Studio and loading the solution (TOI-FGPT.sln
). All required dependencies can be easily installed through NuGet. Code was tested in a .NET 6.0 environment.