mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01:00
Merge branch 'main' into feat/webauthn
This commit is contained in:
commit
3a60fa1966
33 changed files with 199 additions and 218 deletions
|
|
@ -1209,7 +1209,9 @@ export enum ForkOptions {
|
|||
/** Key for including branches */
|
||||
INCLUDE_BRANCHES = 'includeBranches',
|
||||
/** Key for target level fork (default) */
|
||||
TARGET_LEVEL = '',
|
||||
TARGET_LEVEL = 'targetLevel',
|
||||
/** Default option */
|
||||
DEFAULT = 'default',
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue