#include <yarp/os/ResourceFinder.h>
#include <ConversationModel.h>
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include <QQuickView>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main file for yarpllmgui. | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main file for yarpllmgui.
The GUI can be invoked with the following parameters @remote_rpc. Mandatory. Name of the rpc port to attach to. @streaming_port Optional. Name of the streaming port opened by the nws (by default /llm/conv:o). Allows to autorefresh the conversation in case it gets updated from outside the gui.
These can also be specified within the gui after the opening. The gui will not work until a valid remote_rpc has been configured.