ClarkKentIsSuperman
ClarkKentIsSuperman
Sorry, I should have clarified the errors I had were because I was following some blog posts from 3-4 months ago and things have changed since then. There is no...
Thanks - so to use that scorer I still need Azure based API access to ChatGPT API? so I can set AZURE_OPENAI_GPT4O_CHAT_DEPLOYMENT for the scorer? Or is there a free...
> Your perception is still correct, and one of PyRIT's goals is to allow targets to be updated within the same workflow as needed because all targets implement the same...
I guess that is the confusing part to me - why do I need an OpenAI API Key to test a local instance of Ollama? I was hoping to test...
thanks, getting closer. Maybe I just need to format the response properly now: ``` File "/Users/xxxx/PyRIT/pyrit/score/self_ask_likert_scorer.py", line 133, in _send_chat_target_async parsed_response = json.loads(response_json) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/envs/pyrit-dev/lib/python3.11/json/__init__.py", line 346, in loads...
gotcha, this was llama3:latest - do you have a suggested for a more sophisticated model? Otherwise I'll take that offline and can close this comment/question.
Sorry, I don't have time at the moment, but if you can point to where in the code this might be useful (probably needs scorer changes as well) I could...
I think it would be a great feature to add