From a4cf58607936899edb30855c707226956fadb9fb Mon Sep 17 00:00:00 2001 From: zyzhang1130 <36942574+zyzhang1130@users.noreply.github.com> Date: Thu, 9 May 2024 21:03:34 +0800 Subject: [PATCH] Update README.md updated tested models for `conversation_basic` --- examples/conversation_basic/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/conversation_basic/README.md b/examples/conversation_basic/README.md index e5ee3e320..eb89720a0 100644 --- a/examples/conversation_basic/README.md +++ b/examples/conversation_basic/README.md @@ -12,8 +12,9 @@ python conversation.py ## Tested Models These models are tested in this example. For other models, some modifications may be needed. -- dashscope_chat(qwen-max) +- dashscope_chat (qwen-max) - ollama_chat (ollama_llama3_8b) +- gemini_chat (models/gemini-pro) ## Prerequisites To set up model serving with open-source LLMs, follow the guidance in