Skip to content

Commit

Permalink
some_fixes+character_choice
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiksman78 committed Dec 23, 2022
1 parent ca7ef85 commit f159929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions combined_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
help='use audio')
parser.add_argument('--emotion_time', type=int, default=10,
help='time between camera captures')
parser.add_argument('--display_browser', type=bool, default=True,
parser.add_argument('--display_browser', type=bool, default=False,
help='displaying browser or not when using character ai,\
useful for debugging')
parser.add_argument('--choose_character', type=str, default="0",
parser.add_argument('--choose_character', type=str, default="1",
help='character to chat with')

args = parser.parse_args()
Expand Down

0 comments on commit f159929

Please sign in to comment.