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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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"