Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/genai/01_getting_started/01_intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down