From bfa1842f427df20433d88003ef636e9be1552256 Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Tue, 2 Sep 2025 17:07:10 -0400 Subject: [PATCH 1/2] feedback form --- docusaurus.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6ff1b04a1c..5c3923f9f5 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -161,6 +161,11 @@ const config: Config = { { title: "More", items: [ + { + label: "Feedback", + to: + "https://docs.google.com/forms/d/e/1FAIpQLSeHnmkPdR_IvWnT6a7U_V3RpfmQrpS8hjxI11FNnsZMlrBa4g/viewform", + }, { label: "Announcements", to: "/blog", From dac4479c8c0345f9f5ea229772f96f2ee12c92a9 Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Tue, 2 Sep 2025 17:12:39 -0400 Subject: [PATCH 2/2] link to library guide --- docs/genai/01_getting_started/01_intro.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/genai/01_getting_started/01_intro.mdx b/docs/genai/01_getting_started/01_intro.mdx index d2c5befcbe..38c2893046 100644 --- a/docs/genai/01_getting_started/01_intro.mdx +++ b/docs/genai/01_getting_started/01_intro.mdx @@ -8,8 +8,12 @@ Welcome to Pythia, the generative AI platform for research workflows. As part of - [Access to externally hosted LLMs](../01_getting_started/02_llm_gateway.mdx) - [HPC resources for fine tuning LLMs](../../hpc/08_ml_ai_hpc/04_llm_fine_tuning.md) -:::tip[Personal use] +:::info[Personal use] If you want to access NYU provided LLMs for personal use, proceed to https://gemini.google.com/app with your NYU credentials. ::: +:::tip[GenAI Library Guide] +Please visit the NYU Library guide on GenAI tools to understand how you can responsibly and effectively harness these tools for academic research: https://guides.nyu.edu/ai-tools +::: + For an overview of the capabilities afforded by the LLM gateway, proceed to the next section.