From f5f783b68174c85522bc0854149634a097bd7c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Je=C5=BEek?= Date: Mon, 6 Jan 2025 09:30:58 +0100 Subject: [PATCH] docs: add list of supported models to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radek Ježek --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61f0580..e72efea 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ Once started you can find use the following URLs: - bee-api: http://localhost:4000 (for direct use of the api, use apiKey `sk-testkey`) - list all open ports: `docker compose ps --format "{{.Names}}: {{.Ports}}"` +## Supported providers + +- Watsonx: [supported models](https://github.com/i-am-bee/bee-agent-framework/blob/main/src/adapters/watsonx/chatPreset.ts), optimized for `meta-llama/llama-3-1-70b-instruct` +- Ollama: any chat model, optimized for `llama3.1` +- OpenAI: any chat model, `gpt4o` performs best +- BAM (deprecated): [supported models](https://github.com/i-am-bee/bee-agent-framework/blob/main/src/adapters/bam/chatPreset.ts), optimized for `meta-llama/llama-3-1-70b-instruct` + ## ⛓️‍💥 Troubleshooting Please see our [troubleshoting guide](docs/troubleshooting.md) for help with the most common issues.