mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-17 16:08:10 +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',
|
archivedConversations = 'archivedConversations',
|
||||||
searchConversations = 'searchConversations',
|
searchConversations = 'searchConversations',
|
||||||
conversation = 'conversation',
|
conversation = 'conversation',
|
||||||
|
modelCosts = 'modelCosts',
|
||||||
searchEnabled = 'searchEnabled',
|
searchEnabled = 'searchEnabled',
|
||||||
user = 'user',
|
user = 'user',
|
||||||
name = 'name', // user key name
|
name = 'name', // user key name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue