mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 14:48:51 +01:00
feat: add modelCosts to QueryKeys
This commit is contained in:
parent
95ebef13df
commit
4d9e17efe1
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ export enum QueryKeys {
|
|||
archivedConversations = 'archivedConversations',
|
||||
searchConversations = 'searchConversations',
|
||||
conversation = 'conversation',
|
||||
modelCosts = 'modelCosts',
|
||||
searchEnabled = 'searchEnabled',
|
||||
user = 'user',
|
||||
name = 'name', // user key name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue