MetaGPT/metagpt/provider
leiwu30 7706b88f03 feat(core): Add stream data return and reception
1. add file: utils/steam_pipe.py
2. add demo: samples/flask_web_api.py
3. Other core code modifications, Add and use the StreamPipe class at night
4. Add flask library to requirements
2024-03-27 14:57:23 +08:00
..
postprocess update provider unittests to update coverage rate 2023-12-29 02:39:00 +08:00
zhipuai update zhipu api due to new model and api; repair extra invalid generate output; update its unittest 2024-01-17 16:28:13 +08:00
__init__.py add anthropic_api 2024-03-05 13:58:51 +08:00
anthropic_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
azure_openai_api.py fixed azure pricing plan 2024-03-13 23:39:46 +08:00
base_llm.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
constant.py merge mle & interpreter 2024-02-29 18:23:26 +08:00
dashscope_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
general_api_base.py fixbug: llm.timeout not working 2024-03-20 21:24:41 +08:00
general_api_requestor.py re-commit zhipu-api due to merge mistake 2024-02-07 10:02:15 +08:00
google_gemini_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
human_provider.py fix provider failed ut 2024-03-26 10:22:00 +08:00
llm_provider_registry.py Add files via upload 2024-02-29 11:20:09 +08:00
metagpt_api.py feat: Unified Cost Calculation Logic. 2024-02-02 16:42:00 +08:00
ollama_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
openai_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
qianfan_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00
spark_api.py refactor: timeout 0 2024-03-21 13:21:24 +08:00
zhipuai_api.py feat(core): Add stream data return and reception 2024-03-27 14:57:23 +08:00