Commit 3d86f9f
committed
update biochatter submodule
1 parent 90a5d65 commit 3d86f9f
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule biochatter updated 40 files
- .bumpversion.cfg+1-1
- .github/workflows/ci.yaml+2-2
- .github/workflows/docs.yaml+31-33
- .github/workflows/publish.yaml+12-3
- .gitignore+2
- biochatter/_misc.py+24-4
- biochatter/llm_connect.py-1.8k
- biochatter/llm_connect/__init__.py+26
- biochatter/llm_connect/anthropic.py+245
- biochatter/llm_connect/available_models.py+131
- biochatter/llm_connect/azure.py+110
- biochatter/llm_connect/conversation.py+806
- biochatter/llm_connect/gemini.py+176
- biochatter/llm_connect/langchain.py+271
- biochatter/llm_connect/llmlite.py+360
- biochatter/llm_connect/misc.py+159
- biochatter/llm_connect/ollama.py+238
- biochatter/llm_connect/openai.py+201
- biochatter/llm_connect/xinference.py+374
- docs/features/api.md+5-2
- docs/features/chat.md+21
- docs/features/structured_outputs.md+443
- docs/features/tool_chat.md+387
- mkdocs.nav.yml+3-1
- mkdocs.yml+8-1
- poetry.lock+3.9k-2.7k
- pyproject.toml+87-60
- test/test_api_agent.py+2-1
- test/test_llm_connect.py-736
- test/test_llm_connect/__init__.py
- test/test_llm_connect/test_anthropic_llm_connect.py+20
- test/test_llm_connect/test_gemini_llm_connect.py+459
- test/test_llm_connect/test_langchain_llm_connect.py+370
- test/test_llm_connect/test_langchain_primary_query.py+377
- test/test_llm_connect/test_litellm_conversation.py+318
- test/test_llm_connect/test_misc_llm_connect.py+181
- test/test_llm_connect/test_openai_llm_connect.py+388
- test/test_llm_connect/test_xinference_llm_connect.py+182
- test/test_pydantic_class_generation.py+3-1
- test/test_tool_calling.py+262
0 commit comments