Skip to content
Discussion options

You must be logged in to vote

Since you're using stdio type (not recommended for multi-user context), you need to add an additional config, startup: false:

glean:
    command: npx
    timeout: 120000
    initTimeout: 120000
    args:
      - -y
      - --registry
      - https://registry-npm.cbhq.net
      - "@cbhq/[email protected]"
    headers:
      X-Source: "LibreChat"
      X-LibreChat-User-Id: "{{LIBRECHAT_USER_ID}}"
      X-LibreChat-User-Role: "{{LIBRECHAT_USER_ROLE}}"
      x-lgw-user-email: "{{LIBRECHAT_USER_EMAIL}}"
    env:
      USER_EMAIL: "{{LIBRECHAT_USER_EMAIL}}"
    chatMenu: true
    startup: false

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@abhishekag03-cb
Comment options

Comment options

You must be logged in to vote
7 replies
@abhishekag03-cb
Comment options

@abhishekag03-cb
Comment options

@danny-avila
Comment options

Answer selected by abhishekag03-cb
@abhishekag03-cb
Comment options

@danny-avila
Comment options

@abhishekag03-cb
Comment options

@abhishekag03-cb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants