Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Sep 19, 2024
1 parent a7af385 commit 41945ee
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions g4f/Provider/openai/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import time
import uuid

from collections import OrderedDict, defaultdict
from typing import Any, Callable, Dict, List

from datetime import (
datetime,
timedelta,
Expand Down Expand Up @@ -445,14 +448,6 @@ def get_requirements_token(config):

### processing turnstile token

import json
import random
import time
import base64

from collections import OrderedDict, defaultdict
from typing import Any, Callable, Dict, List

class OrderedMap:
def __init__(self):
self.map = OrderedDict()
Expand Down

0 comments on commit 41945ee

Please sign in to comment.