Skip to content

Commit

Permalink
Update status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spammenotinoz authored Oct 11, 2023
1 parent bdbf9ac commit 6398dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/api/routers/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ async def get_server_status(_user: User = Depends(current_active_user)):
OpenaiWebChatModels.gpt_4_mobile,
OpenaiWebChatModels.gpt_4_browsing,
OpenaiWebChatModels.gpt_4_plugins,
OpenaiWebChatModels.gpt_4_code_interpreter]},
OpenaiWebChatModels.gpt_4_code_interpreter,
OpenaiWebChatModels.gpt_4_dalle]},
'meta.source': 'openai_web'}
},
{'$count': 'total'}
Expand Down

0 comments on commit 6398dc1

Please sign in to comment.