diff options
author | ThatLukinhasGuy <139662282+thatlukinhasguy1@users.noreply.github.com> | 2023-11-02 02:29:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 02:29:17 +0100 |
commit | 80321cc47af7835cd38ec81d32be617d3a82e146 (patch) | |
tree | 9d65436f05376cbbb58ef335fa61eaf8559ff0ee /g4f/api | |
parent | Update requirements.txt (diff) | |
download | gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar.gz gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar.bz2 gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar.lz gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar.xz gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.tar.zst gpt4free-80321cc47af7835cd38ec81d32be617d3a82e146.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/api/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/api/__init__.py b/g4f/api/__init__.py index 6991044a..4408243a 100644 --- a/g4f/api/__init__.py +++ b/g4f/api/__init__.py @@ -2,7 +2,6 @@ from fastapi import FastAPI, Response, Request from fastapi.middleware.cors import CORSMiddleware from typing import List, Union, Any, Dict, AnyStr from ._tokenizer import tokenize -import sqlite3 import g4f import time import json |