#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>
#include "GPTDevice_ParamsParser.h"
Go to the source code of this file.
Classes | |
class | GPTDevice |
GPTDevice : A yarp device for interacting with the GPT model More... | |
Typedefs | |
using | json = nlohmann::json |
using | Question = std::string |
using | Answer = yarp::dev::LLM_Message |
using Answer = yarp::dev::LLM_Message |
Definition at line 22 of file GPTDevice.h.
using json = nlohmann::json |
Definition at line 19 of file GPTDevice.h.
using Question = std::string |
Definition at line 21 of file GPTDevice.h.