From cb1a7e5b6b0a449784a683c11ba2bce8f67d3e29 Mon Sep 17 00:00:00 2001 From: "tao.jun" <76894920+mini-tiger@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:49:23 +0800 Subject: [PATCH] Update test_toolcall.py Add openai version notes Former-commit-id: 4081c88723391bfc0e229b2d1b69ac7d890eb1f9 --- tests/test_toolcall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_toolcall.py b/tests/test_toolcall.py index ba9bedf7..8c706429 100644 --- a/tests/test_toolcall.py +++ b/tests/test_toolcall.py @@ -3,7 +3,7 @@ import os from typing import Sequence from openai import OpenAI - +# pip install openai >= 1.3.0 os.environ["OPENAI_BASE_URL"] = "http://192.168.0.1:8000/v1" os.environ["OPENAI_API_KEY"] = "0"