simple-llm-client 0.2.8

A Rust crate for interacting with Large Language Model APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Perplexity AI API Key
# Get your API key from: https://www.perplexity.ai/settings/api
# PERPLEXITY_API_KEY=your_perplexity_api_key_here
# OPENAI_API_KEY=your_openai_api_key_here

# Future API keys will be added here as more providers are supported
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# GEMINI_API_KEY=your_gemini_api_key_here

# Optional configuration
# OUTPUT_DIR=./output
# DEFAULT_MODEL=sonar-medium-online