Skip to content

Commit

Permalink
Merge pull request openai#138 from danielvzh/patch-2
Browse files Browse the repository at this point in the history
Redefinition of unused 'pd'
  • Loading branch information
logankilpatrick authored Feb 16, 2023
2 parents 47c816e + be9877e commit 3f715f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web-crawl-q-and-a/web-qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import tiktoken
import openai
from openai.embeddings_utils import distances_from_embeddings
import pandas as pd
import numpy as np
from openai.embeddings_utils import distances_from_embeddings, cosine_similarity

Expand Down

0 comments on commit 3f715f5

Please sign in to comment.