Skip to content

Commit 9400aeb

Browse files
committed
Remove EnableAgents
1 parent 119bc4e commit 9400aeb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/com/embabel/template/ProjectNameApplication.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
*/
1616
package com.embabel.template;
1717

18-
import com.embabel.agent.config.annotation.EnableAgents;
19-
import com.embabel.agent.config.annotation.LoggingThemes;
2018
import org.springframework.boot.SpringApplication;
2119
import org.springframework.boot.autoconfigure.SpringBootApplication;
2220

23-
2421
@SpringBootApplication
25-
@EnableAgents(loggingTheme = LoggingThemes.STAR_WARS)
2622
class ProjectNameApplication {
2723
public static void main(String[] args) {
2824
SpringApplication.run(ProjectNameApplication.class, args);

src/main/resources/application.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212

1313
# Set this to use your preferred LLM for ranking, to avoid default
1414
#embabel.agent-platform.ranking.llm=llama3.1:8b
15+
16+
embabel.agent.logging.personality=starwars

0 commit comments

Comments
 (0)