GiantPandas commited on
Commit
b2afe40
·
verified ·
1 Parent(s): d8a5b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -116,6 +116,9 @@ async def request(messages):
116
  },
117
  model="Qwen2_5VL",
118
  max_completion_tokens=4096,
 
 
 
119
  stream=True,
120
  temperature=0.0,
121
  top_p=0.95
 
116
  },
117
  model="Qwen2_5VL",
118
  max_completion_tokens=4096,
119
+ extra_headers={
120
+ "Authorization": f"Bearer {Authorization}"
121
+ },
122
  stream=True,
123
  temperature=0.0,
124
  top_p=0.95