Lint
This commit is contained in:
parent
923c8e25fb
commit
510a01ef46
7 changed files with 16 additions and 11 deletions
|
@ -1,9 +1,10 @@
|
|||
import time
|
||||
|
||||
import numpy as np
|
||||
from extensions.openai.embeddings import get_embeddings
|
||||
from numpy.linalg import norm
|
||||
|
||||
from extensions.openai.embeddings import get_embeddings
|
||||
|
||||
moderations_disabled = False # return 0/false
|
||||
category_embeddings = None
|
||||
antonym_embeddings = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue