Skip to content

Instantly share code, notes, and snippets.

View zaidmukaddam's full-sized avatar
:shipit:
Focusing

Zaid Mukaddam zaidmukaddam

:shipit:
Focusing
View GitHub Profile
@rauchg
rauchg / p.sh
Last active May 18, 2024 13:05
Perplexity CLI in pure shell
#!/usr/bin/env bash
function p() {
jq -n \
--arg content "$*" \
'{
"model": "pplx-7b-online",
"messages": [
{
"role": "system",
"content": "Be precise and concise."