Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 58e88b9

Browse files
author
Guilhem Santé
committed
refactor: rename prompt engineering file
1 parent 905ae7d commit 58e88b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/furhatos/app/client/main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ClientSkill : Skill() {
2626

2727
fun main(args: Array<String>) {
2828
val llmClientCfgFile = System.getenv("LLM_CLIENT_CONFIG") ?: "/llm_client.yml"
29-
val promptEngineeringCfgFile = System.getenv("PROMPT_ENGINEERING_CONFIG") ?: "/prompt_engineering/vanilla.yml"
29+
val promptEngineeringCfgFile = System.getenv("PROMPT_ENGINEERING_CONFIG") ?: "/prompt_engineering/control.yml"
3030
val furhatRobotCfgFile = System.getenv("FURHAT_ROBOT_CONFIG") ?: "/furhat_robot.yml"
3131
val monitoringCfgFile = System.getenv("MONITORING_CONFIG") ?: "/monitoring.yml"
3232

src/main/resources/monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
monitoring:
33
outputDir: "./output/"
44
participant:
5-
linkId: ""
5+
linkId: "?"

0 commit comments

Comments
 (0)