Skip to content

Commit ad2be64

Browse files
committed
update
1 parent 9542137 commit ad2be64

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from videohub import Client
22
client = Client(base_url="http://172.19.128.69:12345/video_qa", api_key="sk-")
33
response = client.generate(
4-
model="CogVLM",
4+
model="CogVLM2-Video",
55
video_path="../test_data/ikun.mp4",
66
# prompt="When does the man begin to play basketball?",
77
prompt="How old are you?",
8-
temperature=0.5,
8+
temperature=0.1,
99
)
1010
print(response)

videohub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.0.2"
1+
__VERSION__ = "0.0.3"
22

33
"__all__ = ['Client']"
44

0 commit comments

Comments
 (0)