From 3216e33e5672f81f41a4e5a2a34386bbcb23099e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 19 Sep 2024 16:16:23 -0400 Subject: [PATCH] Update q-a.yml --- .github/DISCUSSION_TEMPLATE/q-a.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index d0229b2d7bd..5900e53d971 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -93,30 +93,3 @@ body: * Instead, it does Z. validations: required: true - - type: textarea - id: system-info - attributes: - label: System Info - description: | - Please share your system info with us. - - "pip freeze | grep langchain" - platform (windows / linux / mac) - python version - - OR if you're on a recent version of langchain-core you can paste the output of: - - python -m langchain_core.sys_info - placeholder: | - "pip freeze | grep langchain" - platform - python version - - Alternatively, if you're on a recent version of langchain-core you can paste the output of: - - python -m langchain_core.sys_info - - These will only surface LangChain packages, don't forget to include any other relevant - packages you're using (if you're not sure what's relevant, you can paste the entire output of `pip freeze`). - validations: - required: true