From d2d84e830b8bf96dbd0485bc2f6ec7bb014cde85 Mon Sep 17 00:00:00 2001 From: zyzhang1130 <36942574+zyzhang1130@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:09:50 +0800 Subject: [PATCH] Update tested models in SWE agent example. (#271) --- examples/swe_agent/main.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/swe_agent/main.ipynb b/examples/swe_agent/main.ipynb index 59d15bcf3..ea716a954 100644 --- a/examples/swe_agent/main.ipynb +++ b/examples/swe_agent/main.ipynb @@ -23,6 +23,9 @@ "\n", "- The example is tested with the following models. For other models, you may need to adjust the prompt.\n", " - gpt-4\n", + " - dashscope_chat (qwen-max)\n", + " - gemini_chat (gemini-pro)\n", + " - ollama_chat (llama3_8b)\n", "- How to enable agents with stronger programming capabilities remains an open challenge, and the current implementations are not perfect. Please feel free to explore it yourself." ] },