First_agent_template / tools /general_tools.py
cmgramse's picture
Create general_tools.py
a095268 verified
raw
history blame contribute delete
298 Bytes
def initialize_perplexity(api_key: str, model: str) -> str:
"""Initialize Perplexity API with your API key and model.
Args:
api_key: Your Perplexity API key
model: The Perplexity model to use
"""
return f"Perplexity API initialized successfully with model: {model}!"