Spaces:
Sleeping
Sleeping
Alexander Hux commited on
Commit ·
59975c4
1
Parent(s): 38c5fe0
Update import
Browse files
import
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import openai
|
| 2 |
|
| 3 |
-
openai.api_key = "sk-
|
| 4 |
|
| 5 |
completion = openai.ChatCompletion.create(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Give me 3 ideas for apps I could build with openai apis "}])
|
| 6 |
print(completion.choices[0].message.content)
|
|
|
|
| 1 |
import openai
|
| 2 |
|
| 3 |
+
openai.api_key = "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"
|
| 4 |
|
| 5 |
completion = openai.ChatCompletion.create(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Give me 3 ideas for apps I could build with openai apis "}])
|
| 6 |
print(completion.choices[0].message.content)
|