mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
fix(balance/models): request only when authenticated, modelsQuery "optimistic" update (#1031)
* fix(balanceQuery/modelsQuery): request only when authenticated * style: match new chat capitalization to official * fix(modelsQuery): update selected model optimistically * ci: update e2e changes, disable title in ci env * fix(ci): get new chat button by data-testid and not text
This commit is contained in:
parent
2dd545eaa4
commit
b3aac97710
10 changed files with 34 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
export default {
|
||||
com_ui_examples: 'Examples',
|
||||
com_ui_new_chat: 'New chat',
|
||||
com_ui_new_chat: 'New Chat',
|
||||
com_ui_example_quantum_computing: 'Explain quantum computing in simple terms',
|
||||
com_ui_example_10_year_old_b_day: 'Got any creative ideas for a 10 year old\'s birthday?',
|
||||
com_ui_example_http_in_js: 'How do I make an HTTP request in Javascript?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue