Using NanoGPT with LibreChat for a ChatGPT-like interface
librechat.example.yml
librechat.yml
# NanoGPT Example - name: 'NanoGPT' apiKey: '${NANO_GPT_API_KEY}' baseURL: 'https://nano-gpt.com/api/v1/' models: default: [ "chatgpt-4o-latest", "gpt-4o-mini", ] fetch: true titleConvo: true titleModel: 'gpt-4o-mini' modelDisplayLabel: 'NanoGPT' iconUrl: https://nano-gpt.com/logo.png
export NANO_GPT_API_KEY='your-api-key-here'