Skip to content

Commit

Permalink
fixed default programab bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Apr 17, 2024
1 parent 027fb25 commit 0124918
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ public class ProgramABConfig extends ServiceConfig {
public Plan getDefault(Plan plan, String name) {
super.getDefault(plan, name);
addDefaultPeerConfig(plan, name, "search", "Wikipedia");
bots.add("resource/ProgramAB/Alice");
bots.add("resource/ProgramAB/Dr.Who");
bots.add("resource/ProgramAB/Ency");
bots.add("resource/ProgramAB/Mr. Turing");
return plan;
}

Expand Down

0 comments on commit 0124918

Please sign in to comment.