mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-09-11 22:48:34 +00:00
Merge branch 'main' of https://github.com/OpenBMB/ChatDev
This commit is contained in:
commit
628694c289
@ -9,7 +9,7 @@ API_KEY=sk-your-openai-api-key-here
|
|||||||
|
|
||||||
# Example BASE_URL values:
|
# Example BASE_URL values:
|
||||||
# - OpenAI: https://api.openai.com/v1
|
# - OpenAI: https://api.openai.com/v1
|
||||||
# - Gemini: https://generativelanguage.googleapis.com/v1beta/openai/
|
# - Gemini: https://generativelanguage.googleapis.com
|
||||||
# - LM Studio: http://localhost:1234/v1
|
# - LM Studio: http://localhost:1234/v1
|
||||||
# - Ollama: http://localhost:11434/v1
|
# - Ollama: http://localhost:11434/v1
|
||||||
|
|
||||||
|
|||||||
@ -303,6 +303,8 @@ if result.final_message:
|
|||||||
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/zivkovicp"><img src="https://github.com/zivkovicp.png?size=100" width="64px;" alt=""/><br /><sub><b>zivkovicp</b></sub></a></td>
|
<td align="center"><a href="https://github.com/zivkovicp"><img src="https://github.com/zivkovicp.png?size=100" width="64px;" alt=""/><br /><sub><b>zivkovicp</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/rainoeelmae"><img src="https://github.com/rainoeelmae.png?size=100" width="64px;" alt=""/><br /><sub><b>rainoeelmae</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/conprour"><img src="https://github.com/conprour.png?size=100" width="64px;" alt=""/><br /><sub><b>conprour</b></sub></a></td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## 🤝 致谢
|
## 🤝 致谢
|
||||||
|
|||||||
@ -308,6 +308,8 @@ By contributing to DevAll, you'll be recognized in our **Contributors** list bel
|
|||||||
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
|
||||||
<td align="center"><a href="https://github.com/zivkovicp"><img src="https://github.com/zivkovicp.png?size=100" width="64px;" alt=""/><br /><sub><b>zivkovicp</b></sub></a></td>
|
<td align="center"><a href="https://github.com/zivkovicp"><img src="https://github.com/zivkovicp.png?size=100" width="64px;" alt=""/><br /><sub><b>zivkovicp</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/rainoeelmae"><img src="https://github.com/rainoeelmae.png?size=100" width="64px;" alt=""/><br /><sub><b>rainoeelmae</b></sub></a></td>
|
||||||
|
<td align="center"><a href="https://github.com/conprour"><img src="https://github.com/conprour.png?size=100" width="64px;" alt=""/><br /><sub><b>conprour</b></sub></a></td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## 🤝 Acknowledgments
|
## 🤝 Acknowledgments
|
||||||
|
|||||||
@ -1,20 +1,29 @@
|
|||||||
pyyaml
|
pyyaml
|
||||||
openai
|
openai
|
||||||
google-genai
|
|
||||||
tenacity
|
tenacity
|
||||||
mcp
|
mcp
|
||||||
fastmcp
|
fastmcp
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
fastapi
|
fastapi==0.124.0
|
||||||
|
click>=8.1.8,<8.3
|
||||||
uvicorn
|
uvicorn
|
||||||
websockets
|
websockets
|
||||||
wsproto
|
wsproto
|
||||||
pydantic
|
pydantic==2.12.5
|
||||||
requests
|
requests
|
||||||
pytest
|
pytest
|
||||||
pysqlite3
|
|
||||||
ddgs
|
ddgs
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
matplotlib
|
matplotlib
|
||||||
networkx
|
networkx
|
||||||
cartopy
|
cartopy
|
||||||
|
pandas>=2.3.3
|
||||||
|
openpyxl>=3.1.2
|
||||||
|
numpy>=2.3.5
|
||||||
|
seaborn>=0.13.2
|
||||||
|
google-genai>=1.52.0
|
||||||
|
chardet>=5.2.0
|
||||||
|
pygame>=2.6.1
|
||||||
|
filelock>=3.20.1
|
||||||
|
markdown>=3.10
|
||||||
|
xhtml2pdf>=0.2.17
|
||||||
|
|||||||
@ -10,6 +10,7 @@ graph:
|
|||||||
- id: A
|
- id: A
|
||||||
type: agent
|
type: agent
|
||||||
config:
|
config:
|
||||||
|
provider: openai
|
||||||
base_url: ${BASE_URL}
|
base_url: ${BASE_URL}
|
||||||
api_key: ${API_KEY}
|
api_key: ${API_KEY}
|
||||||
name: gpt-4o
|
name: gpt-4o
|
||||||
@ -36,6 +37,7 @@ graph:
|
|||||||
- id: C
|
- id: C
|
||||||
type: agent
|
type: agent
|
||||||
config:
|
config:
|
||||||
|
provider: openai
|
||||||
base_url: ${BASE_URL}
|
base_url: ${BASE_URL}
|
||||||
api_key: ${API_KEY}
|
api_key: ${API_KEY}
|
||||||
name: gpt-4o
|
name: gpt-4o
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user