new model
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import os
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Use the openai API key
|
6 |
-
openai.api_key = os.environ["
|
7 |
-
model_engine = "
|
8 |
|
9 |
# Function to generate website content based on product name and description
|
10 |
def generate_website_content(product_name, product_description):
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Use the openai API key
|
6 |
+
openai.api_key = os.environ["api"]
|
7 |
+
model_engine = "gpt-3.5-turbo"
|
8 |
|
9 |
# Function to generate website content based on product name and description
|
10 |
def generate_website_content(product_name, product_description):
|