mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
fix: 🐛 minor fix on api usage
This commit is contained in:
@@ -3,7 +3,10 @@ import dataclasses
|
||||
|
||||
@dataclasses.dataclass
|
||||
class ChatGPTConfig:
|
||||
# if you're using chatGPT (not API), please use "text-davinci-002-render-sha"
|
||||
# if you're using API, you may configure based on your needs
|
||||
model: str = "text-davinci-002-render-sha"
|
||||
|
||||
# set up the openai key
|
||||
openai_key = ""
|
||||
# set the user-agent below
|
||||
|
||||
Reference in New Issue
Block a user