GianJSX commited on
Commit
f13684a
1 Parent(s): dc70197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def gpt_vision_call(image_history: list = []):
83
 
84
  @traceable(run_type="llm", name="api-key set")
85
  async def wait_for_key():
86
- res = await cl.AskUserMessage(content="Send an Openai API KEY to start. [https://platform.openai.com/api-keys](https://platform.openai.com/api-keys) \n Just a message with the key, e.g. sk-IY8Wl.....1cXD8", timeout=600).send()
87
  if res:
88
  await cl.Message(content="setting up...", indent=1).send()
89
  # check if the key is valid
 
83
 
84
  @traceable(run_type="llm", name="api-key set")
85
  async def wait_for_key():
86
+ res = await cl.AskUserMessage(content="Send an Openai API KEY to start. [https://platform.openai.com/api-keys](https://platform.openai.com/api-keys) \n e.g. sk-IY8Wl.....1cXD8", timeout=600).send()
87
  if res:
88
  await cl.Message(content="setting up...", indent=1).send()
89
  # check if the key is valid