mylessss commited on
Commit
8f9a495
1 Parent(s): ef475e8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def __(api_key, mo):
50
  system_message="""You are a helpful assistant that can
51
  parse my recipe and summarize them for me.
52
  Give me a title in the first line.""",
53
- api_key=api_key,
54
  ),
55
  allow_attachments=["image/png", "image/jpeg"],
56
  prompts=["What is the recipe?"],
 
50
  system_message="""You are a helpful assistant that can
51
  parse my recipe and summarize them for me.
52
  Give me a title in the first line.""",
53
+ api_key=api_key.value,
54
  ),
55
  allow_attachments=["image/png", "image/jpeg"],
56
  prompts=["What is the recipe?"],