10000 GitHub - range3/llm-docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

range3/llm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

range3/llm-docker

Docker image for the simonw/llm

install

curl -LO https://raw.githubusercontent.com/range3/llm-docker/refs/heads/master/bin/llm
chmod +x llm
./llm --help

Get Gemini API key (free now)
https://ai.google.dev/

./llm keys set gemini
<ENTER YOUR API KEY>

./llm models default gemini-1.5-pro-latest

Usage

./llm hello!
Hello! How can I help you today?

echo "10+20" | llm calculate?
10 + 20 = 30

Update container image explicitly

docker pull ghcr.io/range3/llm:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 
0