Skip to content

Commit

Permalink
Rollback to use of neon_llm_submind as MQ user
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Mar 10, 2024
1 parent f42e01c commit 1b33d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_llm_core/utils/personas/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def add_persona_handler(self, persona: PersonaModel) -> Union[LLMBot, None]:
LOG.warning(f"Persona disabled: '{persona.id}'")
return
# Get a configured username to use for LLM submind connections
self.ovos_config["MQ"]["users"][persona.name] = self.mq_config['users'][f'neon_llm_{self.service_name}']
self.ovos_config["MQ"]["users"][persona.name] = self.mq_config['users']['neon_llm_submind']
bot = LLMBot(llm_name=self.service_name, service_name=persona.name,
persona=persona.model_dump(), config=self.ovos_config,
vhost="/chatbots")
Expand Down

0 comments on commit 1b33d4c

Please sign in to comment.