Skip to content

Commit

Permalink
ai.autogpt
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahui92 committed Jul 8, 2024
1 parent 8be55f8 commit 6d2da20
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
18 changes: 18 additions & 0 deletions source/_posts/4.AI/AutoGPT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: LLM
# toc: true
---

* [auto-gpt](https://github.com/Significant-Gravitas/AutoGPT)
* https://hub.docker.com/r/ceramicwhite/auto-gpt
*

# auto-gpt
```sh
# 集成了auto-gpt, gotty(web terminal)
docker run ceramicwhite/auto-gpt
-p 3000:3000
- OPENAI_API_KEY=<your-open-api-key>
- GPT3_ONLY=TRUE
```

7 changes: 0 additions & 7 deletions source/_posts/4.AI/LLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data 1pa
## 接入ollama
如果ollama在宿主机,配置api时: http://host.docker.internal:11434/


# auto-gpt
```sh
docker run significantgravitas/auto-gpt
- OPENAI_API_KEY=<your-open-api-key>
- GPT3_ONLY=TRUE
```

0 comments on commit 6d2da20

Please sign in to comment.