mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
Update video_analysis_toolkit.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user