YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
main.cpp File Reference
#include <yarp/os/ResourceFinder.h>
#include <ConversationModel.h>
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>
#include <QQuickView>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Main file for yarpllmgui.
 

Function Documentation

◆ main()

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.

Definition at line 25 of file main.cpp.