Hammad712 commited on
Commit
5b8fa29
·
verified ·
1 Parent(s): 34d86ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,7 +119,7 @@ def get_recipe(recipe_name: str) -> Recipe:
119
  "content": f"Fetch a recipe for {recipe_name}",
120
  },
121
  ],
122
- model="llama3-8b-8192",
123
  temperature=0,
124
  # Streaming is not supported in JSON mode
125
  stream=False,
@@ -156,7 +156,7 @@ def Suggest_ingredient_alternatives(recipe_name: str, dietary_restrictions: str,
156
  Allergies: {', '.join(allergies)}""",
157
  },
158
  ],
159
- model="llama3-8b-8192",
160
  temperature=0,
161
  # Streaming is not supported in JSON mode
162
  stream=False,
 
119
  "content": f"Fetch a recipe for {recipe_name}",
120
  },
121
  ],
122
+ model="llama-3.2-90b-text-preview",
123
  temperature=0,
124
  # Streaming is not supported in JSON mode
125
  stream=False,
 
156
  Allergies: {', '.join(allergies)}""",
157
  },
158
  ],
159
+ model="llama-3.2-90b-text-preview",
160
  temperature=0,
161
  # Streaming is not supported in JSON mode
162
  stream=False,