mirror of
https://github.com/informaticker/cchat.git
synced 2024-11-21 09:11:56 +01:00
Fixes
This commit is contained in:
parent
621ecc4432
commit
f277483d43
2
app.py
2
app.py
@ -8,7 +8,7 @@ import logging
|
||||
import ipaddress
|
||||
from datetime import datetime
|
||||
from urllib.parse import urlencode, urlparse
|
||||
|
||||
import ast
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
from flask import Flask, request, jsonify, render_template, Response, stream_with_context
|
||||
|
@ -5,3 +5,4 @@ transformers
|
||||
groq
|
||||
duckduckgo-search
|
||||
requests
|
||||
gunicorn
|
||||
|
Loading…
Reference in New Issue
Block a user