Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
khlevin committed Sep 4, 2024
1 parent f7c4f07 commit b55e257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chatdbg/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def to_json(self) -> Dict[str, Union[int, str, bool]]:
"format": self.format,
"instructions": self.instructions,
"module_whitelist": self.module_whitelist,
"unsafe": self.unsafe,
}

def parse_user_flags(self, argv: List[str]) -> None:
Expand Down

0 comments on commit b55e257

Please sign in to comment.