Skip to content

Commit

Permalink
gpt3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 7, 2023
1 parent 5ef82fa commit 832880e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public Plan getDefault(Plan plan, String name) {
chatBot.listeners.add(new Listener("publishText", name + ".htmlFilter", "onText"));


ProgramABConfig gpt3 = (ProgramABConfig) plan.get(getPeerName("gpt3"));
Gpt3Config gpt3 = (Gpt3Config) plan.get(getPeerName("gpt3"));
gpt3.listeners = new ArrayList<>();
gpt3.listeners.add(new Listener("publishText", name + ".htmlFilter", "onText"));

Expand Down

0 comments on commit 832880e

Please sign in to comment.