#include <yarp/dev/ILLM.h>
#include <yarp/dev/LLM_Message.h>
#include <yarp/dev/DeviceDriver.h>
#include <liboai.h>
#include <nlohmann/json.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | GPTDevice |
Typedefs | |
using | json = nlohmann::json |
using | Question = std::string |
using | Answer = yarp::dev::LLM_Message |
using Answer = yarp::dev::LLM_Message |
Definition at line 20 of file GPTDevice.h.
using json = nlohmann::json |
Definition at line 17 of file GPTDevice.h.
using Question = std::string |
Definition at line 19 of file GPTDevice.h.