Sign inSign up

woshikid/jarvis

By woshikid

•Updated almost 3 years ago

https://github.com/microsoft/JARVIS

Image
Machine learning & AI
0

548

woshikid/jarvis repository overview

⁠latest
docker run -it -p 8004:8004 -p 9999:9999 woshikid/jarvis
⁠For CLI
export OPENAI_API_KEY=xxx
export HUGGINGFACE_ACCESS_TOKEN=xxx
cd /JARVIS/server
python awesome_chat.py --config configs/config.lite.yaml --mode cli
⁠For Server
export OPENAI_API_KEY=xxx
export HUGGINGFACE_ACCESS_TOKEN=xxx
cd /JARVIS/server
python awesome_chat.py --config configs/config.lite.yaml --mode server
⁠For Web
cd /JARVIS/web/
vi src/config/index.ts # HUGGINGGPT_BASE_URL
npm run dev

Tag summary

Content type

Image

Digest

sha256:802fb45d6…

Size

3.8 GB

Last updated

almost 3 years ago

docker pull woshikid/jarvis