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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def gpt_vision_call(image_history: list = []):
81
 
82
  return stream
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:
 
81
 
82
  return stream
83
 
84
+
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: