Fix logging (#796)

This commit is contained in:
Ying Sheng
2024-07-28 23:01:45 -07:00
committed by GitHub
parent 79f816292e
commit 325a06c2de
8 changed files with 21 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ except ImportError as e:
openai = tiktoken = e
logger = logging.getLogger("openai")
logger = logging.getLogger(__name__)
def create_logit_bias_int(tokenizer):