mirror of
https://github.com/camel-ai/owl.git
synced 2025-12-26 10:07:51 +08:00
Update video_analysis_toolkit.py
This commit is contained in:
parent
2b47d082d2
commit
e398ed2bee
@ -61,7 +61,7 @@ class VideoAnalysisToolkit(BaseToolkit):
|
||||
Returns:
|
||||
str: The answer to the question.
|
||||
"""
|
||||
os.environ["GOOGLE_API_KEY"] = "AIzaSyAAxRMtgD_Zm-clKO6zqMUXnkdqi_NIZm0"
|
||||
os.environ["GOOGLE_API_KEY"] = os.getenv('GOOGLE_API_KEY')
|
||||
|
||||
import pathlib
|
||||
from google import genai
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user