Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
khhuiyh
/
AutoEval-Video_LeaderBoard
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
khhuiyh
commited on
Nov 28, 2023
Commit
60fec2c
·
1 Parent(s):
3a09e7a
Update tool.py
Browse files
Files changed (1)
hide
show
tool.py
+3
-0
tool.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
def get_response(prompt: str, ak: str) -> str:
2
'''
3
prompt:
1
+
import time
2
+
import random
3
+
from openai import OpenAI
4
def get_response(prompt: str, ak: str) -> str:
5
'''
6
prompt: