ParthBhuptani commited on
Commit
ca200a7
·
verified ·
1 Parent(s): 519b8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ NEBIUS_API_KEY = "NEBIUS_API_KEY"
5
  FOLDER_ID = "FOLDER_ID"
6
 
7
  def generate_recipe(dietary_pref, ingredients):
8
- input_text = f"Create a recipe using these ingredients: {ingredients}. It should be {dietary_pref}."
9
 
10
  headers = {
11
  "Authorization": f"Api-Key {NEBIUS_API_KEY}",
 
5
  FOLDER_ID = "FOLDER_ID"
6
 
7
  def generate_recipe(dietary_pref, ingredients):
8
+ input_text = f"Create a recipe using these ingredients: list({ingredients}). It should be {dietary_pref}."
9
 
10
  headers = {
11
  "Authorization": f"Api-Key {NEBIUS_API_KEY}",