Spaces:
Sleeping
Sleeping
| 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}!" |