Razvan Dinu

Results 136 comments of Razvan Dinu

@visheshgitrepo : can you provide more detail on the configuration (i.e., the content of `config.yml`)? Any custom parameters can be specified inside the `parameters` key when configuring the main LLM...

@visheshgitrepo: if you set the type of the model to `generate_bot_message_llm` and set it to use GPT-4, and leave the 3.5 as the main, it should work. Let me know...

Hi @thanhsang298! Can you share the logs? Skimming through quickly, I cannot spot anything wrong. I can't test on my end right now, but maybe I can spot something by...

@thanhsang298: did you find a solution? Is this still of interest? I remember I managed to reproduce a couple of weeks ago, but had limited time to investigate. I can...

@grupocopa : can you share a minimal snippet to reproduce? Thanks!

Hi @maneeshv8! Currently, this is not possible. We'll think of a way to enable this through a flag, and it will be part of #256. Thanks for bringing this up....

Hi @curefatih! That feature did not make it, unfortunately. It should make it to `0.10.0`, though. As a workaround, you can achieve this by making to parallel calls from your...

Hi @AnnPe! Make sure you set the `$check_facts` to `True` before a bot utterance that needs fact-checking: ``` define flow user ask about report $check_facts = True bot provide report...

@pradeepdev-1995 : if you provide enough examples for the on-topic and off-topic and by setting `rails.dialog.user_messages.embeddings_only` to `True`, it should only determine if it's on-topic/off-topic based on the embedding, without...

Hey @austinmw! Yes, NeMo Guardrails uses callbacks (this his how the verbose logging is done). However, they're not directly exposes. If you want to test quickly, you can do a...