LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Docs » Large Language Models

This is an old revision of the document!


Large Language Models

As of 2025-12, Pitt has resources on AI Tools in at least two places

  • Knowledge Base/Communication and Collaboration/AI Tools
  • Service Catalog / Generative AI (GenAI) Tools

And has access to 3 model providers

  • Copilot via github→MS→OpenAI (upload photo ID)
  • Claude via anthropic (helpdesk request for staff?)
    • “Any sensitive or proprietary data that you upload to Claude is secure unless you share it with another user” Pitt Claude FAQ
  • Gemini via google (standard rate limits?)
    • “Pitt data should not be submitted to the public version of Gemini through the web interface or API.” Pitt Gemini

Agents

  • https://github.com/features/copilot/cli
  • https://github.com/anthropics/claude-code
  • https://github.com/google-gemini/gemini-cli

AGENTS.md

ln -s AGENTS.md CLAUDE.md

https://github.com/anthropics/claude-code/issues/6235

Rhea

source /opt/ni_tools/nvm/source.sh
# likely in ~/.bashrc
# your bashrc might be symlinked to /opt/ni_tools/dotfiles/bash/.bashrc

Device auth is a pain. Can copy from another computer

rsync -rzvhi  ~/.config/.copilot r:~/.config/
Previous Next