familygai
  • PeterG-AI
  • Getting Started
    • Giggity Giggity
  • Setup
    • Running PeterG-AI with Different Models
    • Environment Setup
    • Local Setup
    • Discord Bot Setup
Powered by GitBook
On this page
  • CUDA Setup (For NVIDIA GPUs)
  • Cloud Setup (OpenAI)
  • Additional ElevenLabs Voice Settings
  1. Setup

Local Setup

CUDA Setup (For NVIDIA GPUs)

CUDA speeds up local inference significantly. Ensure you’ve installed the CUDA toolkit, including cuDNN and cuBLAS.

npm install npx --no

node-llama-cpp download --gpu cuda

Cloud Setup (OpenAI)

In addition to the basic setup, configure OpenAI and ElevenLabs API keys for extended cloud functionalities.

Additional ElevenLabs Voice Settings

Adjust these for voice stability and style: ELEVENLABS_VOICE_STABILITY=0.5

ELEVENLABS_VOICE_SIMILARITY_BOOST=0.9

ELEVENLABS_VOICE_STYLE=0.66

PreviousEnvironment SetupNextDiscord Bot Setup

Last updated 6 months ago