We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9542137 commit ad2be64Copy full SHA for ad2be64
2 files changed
examples/test_api.py
@@ -1,10 +1,10 @@
1
from videohub import Client
2
client = Client(base_url="http://172.19.128.69:12345/video_qa", api_key="sk-")
3
response = client.generate(
4
- model="CogVLM",
+ model="CogVLM2-Video",
5
video_path="../test_data/ikun.mp4",
6
# prompt="When does the man begin to play basketball?",
7
prompt="How old are you?",
8
- temperature=0.5,
+ temperature=0.1,
9
)
10
print(response)
videohub/__init__.py
@@ -1,4 +1,4 @@
-__VERSION__ = "0.0.2"
+__VERSION__ = "0.0.3"
"__all__ = ['Client']"
0 commit comments