This is my code I want to fetch names by searching email address with OpenAI. how can I do this? any source or idea?
import openai
openai.organization = "org-7nBXyQXLEq5RKT3i0ZGQjHln"
openai.api_key = ""
response = openai.Model("text-davinci-001")
print(response)
source https://stackoverflow.com/questions/73450400/how-can-i-search-for-names-using-email-address-with-openai
Comments
Post a Comment