Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Sep 14, 2023
1 parent e2ad6ae commit 534dade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ def __init__(self, args, _app, _socketio, config:LOLLMSConfig, config_file_path:
self.add_endpoint(
"/get_current_personality_files_list", "get_current_personality_files_list", self.get_current_personality_files_list, methods=["GET"]
)
self.add_endpoint(
"/clear_personality_files_list", "clear_personality_files_list", self.clear_personality_files_list, methods=["GET"]
)

self.add_endpoint("/start_training", "start_training", self.start_training, methods=["POST"])

Expand Down

0 comments on commit 534dade

Please sign in to comment.