philsajdak / decyx

Decyx: AI-powered Ghidra extension for enhanced reverse engineering and binary analysis.
https://www.decyx.com
MIT License
56 stars 0 forks source link

Different APIs #2

Open maelp opened 1 week ago

maelp commented 1 week ago

Very cool! Would it be complicated to use a python library which unifies the calling of different models so we could use Claude / OpenAI / local LLama etc?

maelp commented 1 week ago

A few options:

hypnz commented 1 week ago

yes please if u can add abacus.ai

ppsajdak commented 1 week ago

I’m hoping to integrate some more models next week, namely OpenAI and some more code specific ones like codestral and starcoder for now. I’ll take a look at the other ones mentioned for sure.

hypnz commented 1 week ago

I tried to integrate abacusai but the ghidra doesn't support python3+ as abacusai api so atm ...