Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Visual Threat Model Evaluator #16

Merged
merged 7 commits into from
Aug 13, 2024
Merged

Conversation

heyitsaamir
Copy link
Owner

@heyitsaamir heyitsaamir commented Aug 13, 2024

  1. Old Visual Threat Model Evaluator was using multiple agents (questioner, answerer, answer evaluator). The new one is a bit different. It uses very specific specs along with instructions on how to evaluate it. It also suggests a very clear outline on how to receive responses (using tool-calling).
  2. Update autogen to latest version. This includes a change that I introduced to autogen (Support async nested chats microsoft/autogen#3309). This allows nested chats to not take over the whole process and instead runs them async on the server.
  3. Instead of using a global flag, I made it into a state (with useXML the default). If you send /useVisual it swaps the mode and /useXml swaps it back

@heyitsaamir heyitsaamir changed the title Aamirj/improve visual gpt Improve Visual Threat Model Evaluator Aug 13, 2024
@heyitsaamir heyitsaamir requested a review from gjz22 August 13, 2024 18:32
@heyitsaamir heyitsaamir merged commit a2a24ff into main Aug 13, 2024
@heyitsaamir heyitsaamir deleted the aamirj/improve_visual_gpt branch August 13, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant