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
Admin » Large Language Models

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:llm [2025/12/09 11:38] – [Paradigm] willtools:llm [2026/01/05 10:46] (current) – cluade access notes will
Line 5: Line 5:
    
 And has access to 3 model providers And has access to 3 model providers
-  * ''Copilot'' via github->MS->OpenAI (upload photo ID) +  * ''Copilot'' via github->MS->OpenAI (upload photo ID). Apply [[https://github.com/settings/education/benefits?locale=en-US|on github]] 
-  * ''Claude'' via anthropic (helpdesk request for staff?)+  * ''Claude'' via anthropic
     * "Any sensitive or proprietary data that you upload to Claude is secure unless you share it with another user" [[https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=3357|Pitt Claude FAQ]]     * "Any sensitive or proprietary data that you upload to Claude is secure unless you share it with another user" [[https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=3357|Pitt Claude FAQ]]
 +    * No access for sponsored accounts; no CLI/API (agent) access for full pitt accounts (2025-12)
   * ''Gemini'' via google (standard rate limits?)   * ''Gemini'' via google (standard rate limits?)
     * "Pitt data should not be submitted to the public version of Gemini through the web interface or API." [[https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=2882|Pitt Gemini]]     * "Pitt data should not be submitted to the public version of Gemini through the web interface or API." [[https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=2882|Pitt Gemini]]
Line 13: Line 14:
 ===== Agents =====  ===== Agents ===== 
   * https://github.com/features/copilot/cli   * https://github.com/features/copilot/cli
-  * https://github.com/anthropics/claude-code 
   * https://github.com/google-gemini/gemini-cli   * https://github.com/google-gemini/gemini-cli
 +  * https://github.com/anthropics/claude-code (No access from Pitt provided/linked account)
      
      
Line 28: Line 29:
      * <wrap warning>pompt inject, accidental ''rm'' through approving bash/python </wrap>      * <wrap warning>pompt inject, accidental ''rm'' through approving bash/python </wrap>
   * ask to write tests   * ask to write tests
 +  * ask to make a plan
   * track with git!   * track with git!
     * remove hunks of bad     * remove hunks of bad
Line 55: Line 57:
 rsync -rzvhi  ~/.config/.copilot r:~/.config/ rsync -rzvhi  ~/.config/.copilot r:~/.config/
 </code> </code>
 +