Unverified Commit 74c8c885 authored by jinyuan sun's avatar jinyuan sun Committed by GitHub
Browse files

Update chatmol.py

remove unnecessary imports
parent 27afbbb6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
import os
import time
import openai
import socket
import threading
@@ -8,7 +7,7 @@ from flask import Flask, request
from flask_cors import CORS
from werkzeug.serving import make_server, WSGIRequestHandler
import socket
import chardet  # Add this line at the top of the file
import chardet


app = Flask(__name__)