File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ API_KEY=sk-your-openai-api-key-here
99
1010# Example BASE_URL values:
1111# - OpenAI: https://api.openai.com/v1
12- # - Gemini: https://generativelanguage.googleapis.com/v1beta/openai/
12+ # - Gemini: https://generativelanguage.googleapis.com
1313# - LM Studio: http://localhost:1234/v1
1414# - Ollama: http://localhost:11434/v1
1515
Original file line number Diff line number Diff line change 11pyyaml
22openai
3- google-genai
43tenacity
54mcp
65fastmcp
76faiss-cpu
8- fastapi
7+ fastapi == 0.124.0
8+ click >= 8.1.8 ,< 8.3
99uvicorn
1010websockets
1111wsproto
12- pydantic
12+ pydantic == 2.12.5
1313requests
1414pytest
15- pysqlite3
1615ddgs
1716beautifulsoup4
1817matplotlib
1918networkx
2019cartopy
20+ pandas >= 2.3.3
21+ openpyxl >= 3.1.2
22+ numpy >= 2.3.5
23+ seaborn >= 0.13.2
24+ google-genai >= 1.52.0
25+ chardet >= 5.2.0
26+ pygame >= 2.6.1
27+ filelock >= 3.20.1
28+ markdown >= 3.10
29+ xhtml2pdf >= 0.2.17
Original file line number Diff line number Diff line change 1010 - id : A
1111 type : agent
1212 config :
13+ provider : openai
1314 base_url : ${BASE_URL}
1415 api_key : ${API_KEY}
1516 name : gpt-4o
3637 - id : C
3738 type : agent
3839 config :
40+ provider : openai
3941 base_url : ${BASE_URL}
4042 api_key : ${API_KEY}
4143 name : gpt-4o
You can’t perform that action at this time.
0 commit comments