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 09:46] – agents willtools:llm [2025/12/09 12:35] (current) – [Large Language Models] 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 (helpdesk request for staff?)
     * "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]]
Line 16: Line 16:
   * https://github.com/google-gemini/gemini-cli   * https://github.com/google-gemini/gemini-cli
      
 +  
 +==== Commands ====
 +
 +  * ''@path/to/file'' add file to context
 +  * ''/login'' 
 +
 +==== Paradigm ====
 +  * use CLI with ''tmux'' (or build in editor? VS Code?)
 +    * '':break-pane'' and '':join-pane -h -t 1'' useful for moving windows around
 +  * iteratively approve directory access and tool usage
 +     * <wrap warning>pompt inject, accidental ''rm'' through approving bash/python </wrap>
 +  * ask to write tests
 +  * ask to make a plan
 +  * track with git!
 +    * remove hunks of bad
 +    * ''git commit --amend'' or ''git branch''
 +    * simultaneous branches, parallel work <code> git worktree add -b new-feat-name ../new-feat-fork</code> 
 +
 +
 +
 ==== AGENTS.md ==== ==== AGENTS.md ====
 +
 +<code>
 +ln -s AGENTS.md CLAUDE.md
 +</code>
  
 https://github.com/anthropics/claude-code/issues/6235 https://github.com/anthropics/claude-code/issues/6235
-  + 
 + 
 +==== Copilot on Rhea ==== 
 +<code> 
 +source /opt/ni_tools/nvm/source.sh 
 +# likely in ~/.bashrc 
 +# your bashrc might be symlinked to /opt/ni_tools/dotfiles/bash/.bashrc 
 +</code> 
 + 
 +Device auth is a pain. Can copy from another computer 
 +<code> 
 +rsync -rzvhi  ~/.config/.copilot r:~/.config/ 
 +</code>