Medvira commited on
Commit
9234f43
·
verified ·
1 Parent(s): d08b9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = None
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: