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. 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",