Skip to content

Commit

Permalink
suppression of logs
Browse files Browse the repository at this point in the history
Create README.md

Add files via upload

Rename ChatGptAll-Ui (2).ipynb to ChatGptAll-Ui.ipynb

Update README.md

Revert "Run GPT4All-UI on Google colab"
  • Loading branch information
saloui authored and ParisNeo committed Apr 27, 2023
1 parent fb946af commit 6ae8822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__license__ = "Apache 2.0"



import logging
import argparse
import json
import re
Expand All @@ -37,6 +37,9 @@
import gc
app = Flask("GPT4All-WebUI", static_url_path="/static", static_folder="static")
socketio = SocketIO(app)
# Set the logging level to WARNING or higher
logging.getLogger('socketio').setLevel(logging.WARNING)
logging.getLogger('engineio').setLevel(logging.WARNING)

import time
from pyGpt4All.config import load_config, save_config
Expand Down

0 comments on commit 6ae8822

Please sign in to comment.