Skip to content

statik/llm-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides and sample code for AI Hackathon kickoff.

Please be sure to create an .env file in your repo root, with just the lines OPENAI_API_KEY=... and ANTHROPIC_API_KEY=....

If you plan to use R

install.packages(c("ellmer", "shinychat", "dotenv", "shiny"))

If you plan to use Python

Please create and activate a virtualenv (or conda env), then:

pip install -r requirements.txt

If you plan to use Go

You can try the official (alpha) OpenAI client or this unofficial but popular one.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.2%
  • R 44.8%