Skip to content

Commit

Permalink
update: convention code
Browse files Browse the repository at this point in the history
  • Loading branch information
namtranase committed Mar 10, 2024
1 parent f56e3ff commit 5f6b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temi_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
query_parser.add_argument('user_input', nargs='+', help='The question or command for temi to process')

args = parser.parse_args()
temi_interface = TemiInterface("/home/namtd/workspace/personal/terminalmind/configs/sevrer_config.json")
temi_interface = TemiInterface("configs/sevrer_config.json")

if args.command == 'check':
status = temi_interface.check_server_status()
Expand Down

0 comments on commit 5f6b9d8

Please sign in to comment.