mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
edit prompt
This commit is contained in:
@@ -23,7 +23,7 @@ BreweryResult LlamaGenerator::GenerateBrewery(
|
|||||||
"Do not include markdown formatting or backticks.";
|
"Do not include markdown formatting or backticks.";
|
||||||
|
|
||||||
std::string prompt =
|
std::string prompt =
|
||||||
"Write a brewery name and place-specific description for a craft "
|
"Write a brewery name and place-specific long description for a craft "
|
||||||
"brewery in " +
|
"brewery in " +
|
||||||
city_name +
|
city_name +
|
||||||
(country_name.empty() ? std::string("")
|
(country_name.empty() ? std::string("")
|
||||||
|
|||||||
Reference in New Issue
Block a user