Skip to content

Commit 0400735

Browse files
authored
Merge pull request #163 from NYU-RTS/updates
updates
2 parents c2f1f3a + dac4479 commit 0400735

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/genai/01_getting_started/01_intro.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ Welcome to Pythia, the generative AI platform for research workflows. As part of
88
- [Access to externally hosted LLMs](../01_getting_started/02_llm_gateway.mdx)
99
- [HPC resources for fine tuning LLMs](../../hpc/08_ml_ai_hpc/04_llm_fine_tuning.md)
1010

11-
:::tip[Personal use]
11+
:::info[Personal use]
1212
If you want to access NYU provided LLMs for personal use, proceed to https://gemini.google.com/app with your NYU credentials.
1313
:::
1414

15+
:::tip[GenAI Library Guide]
16+
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
17+
:::
18+
1519
For an overview of the capabilities afforded by the LLM gateway, proceed to the next section.

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ const config: Config = {
161161
{
162162
title: "More",
163163
items: [
164+
{
165+
label: "Feedback",
166+
to:
167+
"https://docs.google.com/forms/d/e/1FAIpQLSeHnmkPdR_IvWnT6a7U_V3RpfmQrpS8hjxI11FNnsZMlrBa4g/viewform",
168+
},
164169
{
165170
label: "Announcements",
166171
to: "/blog",

0 commit comments

Comments
 (0)