New API
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import openai
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Use the openai API key
|
5 |
-
openai.api_key = "sk-
|
6 |
model_engine = "text-davinci-003"
|
7 |
|
8 |
# Function to generate website content based on product name and description
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Use the openai API key
|
5 |
+
openai.api_key = "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"
|
6 |
model_engine = "text-davinci-003"
|
7 |
|
8 |
# Function to generate website content based on product name and description
|