Noam-Microsoft
Noam-Microsoft
Hi @moonbox3, thank you for your reply. The kernel I used to invoke the semantic function in example was initialized with: ` base_url = https://.openai.azure.com` So I assume it's an...
Yes. I use a kernel that was initialized with gpt-35-turbo model and Azure OpenAI endpoint. I set `history_str` to be 'user: I hate \' Then I run this code: `llm_response...
Hi @moonbox3, could you please let me know if there's an update from your side? Thanks!
@moonbox3, @juliomenendez, would appreciate your response. @moonbox3, you said you couldn't reproduce it on your end, does it mean you where able to see a result that is a non-empty...
Thank you both for the reply. I ran your script with the same input: "I hate \" (where \ was replaced by a real value). Content filtering was indeed triggered...