Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ if not OPENAI_API_KEY:
|
|
10 |
|
11 |
client = OpenAI(api_key=OPENAI_API_KEY)
|
12 |
|
13 |
-
global_system_prompt =
|
14 |
|
15 |
def encode_image(image_path):
|
16 |
with open(image_path, "rb") as image_file:
|
|
|
10 |
|
11 |
client = OpenAI(api_key=OPENAI_API_KEY)
|
12 |
|
13 |
+
global_system_prompt = "You are a fitness assistant. First, ask the user to upload their picture to create a personalized workout plan."
|
14 |
|
15 |
def encode_image(image_path):
|
16 |
with open(image_path, "rb") as image_file:
|