0x4D5352 / honeyBOT

Fake People, Solving Real Security Problems
MIT License
1 stars 0 forks source link

Implement OpenAI version #10

Open 0x4D5352 opened 1 year ago

0x4D5352 commented 1 year ago

While honeyBOT is supposed to be built off of open source tools, it's not difficult to switch the LLM calls with their OpenAI counterparts. It also allows for price vs performance benchmarking, which can point out where tradeoffs can be made.

0x4D5352 commented 1 year ago

Gonna work on this one when I need a break from working on the python package.

TODOS:

0x4D5352 commented 1 year ago

OpenAI calls work with both gpt-3.5-turbo and gpt-4. Doesn't seem to be that bad with the current prompt, but I could probably condense the history better.