Results 4 comments of Mayur Aggarwal

This what we are running: ```python from textwrap import dedent from pyrit.orchestrator import RedTeamingOrchestrator from pyrit.prompt_target import AzureOpenAIGPTVChatTarget, OpenAIChatTarget from pyrit.score import SelfAskTrueFalseScorer from http_target import HTTPTarget # prompt_path="['messages'][0]['content']" prompt_path...

@romanlutz same is working without memory interface. Also I have validated that all tables got created as models.py.

@romanlutz Here it is: ` python from pyrit.memory import AzureSQLMemory azure_memory = AzureSQLMemory(connection_string="mssql+pyodbc://@servername/pyrit_db?driver=ODBC+Driver+17+for+SQL+Server",verbose=True)`

> Where are you defining the memory? > > You may also want to be careful with the GPTV target. Looks like your model is called GPT-4o. There's a target...