13 lines
783 B
PHP
13 lines
783 B
PHP
<?php require_once __DIR__."/../LlamaCli.func.php";
|
|
|
|
// TEST 06: Resolve FETCHING ACTIONS
|
|
|
|
//echo LlamaCli_raw("translate this title to portuguese and finnish and quote the original in english: @getFirstTitleFromRSSFeed https://www.hs.fi/rss/tuoreimmat.xml","");
|
|
//echo LlamaCli_raw("translate this wiki summary to portuguse and show the result also in english @wikiFullArticle Bitcoin","");
|
|
|
|
// echo LlamaCli_raw("Give me a one paragraph description of what you know about Pablo Escobar","");
|
|
// echo LlamaCli_raw("did you know this about Pablo Escobar? @wikiSummary Pablo-Escobar \n\n\nlet me know your impressions.","");
|
|
|
|
echo LlamaCli_raw("Based on this forecasted weather for tomorrow @weather_tomorrow Lisbon give me a plan on what to do, since you know I'm on vacation","");
|
|
|