We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60758 commit cde9e30Copy full SHA for cde9e30
examples-java/src/main/resources/application.properties
@@ -6,11 +6,11 @@ embabel.models.llms.cheapest=gpt-4.1-nano
6
embabel.models.llms.best=gpt-5
7
8
9
-embabel.shell.chat.confirm-goals=false
10
-embabel.shell.chat.multi-goal=false
11
-embabel.shell.chat.bind-conversation=false
12
-embabel.shell.chat.model=gpt-4.1-mini
13
-embabel.shell.chat.temperature=0.3
+embabel.agent.shell.chat.confirm-goals=false
+embabel.agent.shell.chat.multi-goal=false
+embabel.agent.shell.chat.bind-conversation=false
+embabel.agent.shell.chat.model=gpt-4.1-mini
+embabel.agent.shell.chat.temperature=0.3
14
15
embabel.agent-platform.ranking.llm=gpt-4.1-mini
16
0 commit comments