Update test_toolcall.py

Add openai version notes
This commit is contained in:
tao.jun
2024-02-05 20:49:23 +08:00
committed by GitHub
parent 3dc86c4af9
commit 4081c88723

View File

@@ -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"