File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
java/com/embabel/template Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1515 */
1616package com .embabel .template ;
1717
18- import com .embabel .agent .config .annotation .EnableAgents ;
19- import com .embabel .agent .config .annotation .LoggingThemes ;
2018import org .springframework .boot .SpringApplication ;
2119import org .springframework .boot .autoconfigure .SpringBootApplication ;
2220
23-
2421@ SpringBootApplication
25- @ EnableAgents (loggingTheme = LoggingThemes .STAR_WARS )
2622class ProjectNameApplication {
2723 public static void main (String [] args ) {
2824 SpringApplication .run (ProjectNameApplication .class , args );
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments