We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8098d18 commit b9d5698Copy full SHA for b9d5698
embeddings_api/embeddings_generate.py
@@ -2,7 +2,7 @@
2
import openai
3
openai.organization = "YOUR_ORG_ID"
4
openai.api_key = os.getenv("OPENAI_API_KEY")
5
-#openai.Model.list()
+# openai.Model.list()
6
7
8
import pandas as pd
0 commit comments