LibreChat AI | Powered By Google Gemini Via Vertex AI
What Is LibreChat AI?
-> LibreChat is a free and open-source AI chat platform that allows you to access and manage various AI models from different providers in a single, unified interface. It brings together major AI providers like OpenAI, Anthropic, Google, and others, allowing you to switch between them seamlessly. Meaning, kung meron kayong API from OpenAI, Anthropic, Gemini, etc., pwede nyong ibala sa LibreChat AI.
Use Case?
-> For personal use. Pero pwede nyong i-benta or ipa-rent sa iba. Pwede ring pang-share lang for free.
What You Need
- Credit / Debit Card. Kung may working BIN kayo, mas OK para hindi nyo na i-shoulder ang deposit. Kung wala naman, you can use your own credit or debit card, make sure lang na merong laman at least $10 kasi may deposit nang requirement na naka-depende sa bank. Prepaid Debit Cards are not acceptable sa Google Cloud Console.
- VPN. Kailangan lang ito in case meron kayong gagamiting BIN at hindi owned credit/debit card.
- Own/Custom Domain. Optional lang ito, pero mas prefer ko ito for VM-security purposes.
- Utak. Mahalaga talaga ito. Hindi nyo masusundan ang instructions kung wala kayo nito.
You do not have permission to view the full content of this post. Log in or register now.
YAML:
# docker-compose.override.yml
services:
api:
volumes:
- ./.env:/app/.env
- ./librechat.yaml:/app/librechat.yaml # Only add this line if you plan to use librechat.yaml configuration.
- ./images:/app/client/public/images
- ./uploads:/app/uploads
- ./logs:/app/logs
- type: bind
source: ./api/data/auth.json
target: /app/api/data/auth.json
mongodb:
ports:
- "127.0.0.1:27017:27017"
HTML:
# /etc/caddy/Caddyfile
yourdomain.com {
reverse_proxy 127.0.0.1:3080
}
How much do you love my premium account contents such as this one? I just got my business verified on Google Maps! Leave a positive review by telling the whole world how much you love and enjoy the things I share. Kindly click this link: You do not have permission to view the full content of this post. Log in or register now.. You may also click my signature banner under this thread. Thanks!