Skip to content

Commit bc7fee9

Browse files
committed
update auth
1 parent 680e719 commit bc7fee9

File tree

1 file changed

+0
-2
lines changed
  • eval_protocol/proxy/proxy_core

1 file changed

+0
-2
lines changed

eval_protocol/proxy/proxy_core/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ async def chat_completion_with_full_metadata(
208208
encoded_base_url: Optional[str] = None,
209209
config: ProxyConfig = Depends(get_config),
210210
redis_client: redis.Redis = Depends(get_redis),
211-
_: None = Depends(require_auth),
212211
):
213212
params = ChatParams(
214213
project_id=project_id,
@@ -233,7 +232,6 @@ async def chat_completion_with_project_only(
233232
request: Request,
234233
config: ProxyConfig = Depends(get_config),
235234
redis_client: redis.Redis = Depends(get_redis),
236-
_: None = Depends(require_auth),
237235
):
238236
params = ChatParams(project_id=project_id)
239237
return await handle_chat_completion(

0 commit comments

Comments
 (0)