Skip to content
View EliasPereirah's full-sized avatar
👉
....
👉
....

Block or report EliasPereirah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EliasPereirah/README.md

Olá 👋

Bem-vindo ao meu perfil do GitHub!

🌍 Tecnologias que eu uso

  • Linguagens de Programação:

    • PHP
    • JavaScript
    • CSS
    • HTML
  • APIs e Ferramentas:

    • OpenAI API
    • Anthropic API
    • Google Gemini API

✨ Projetos em Destaque

  • Notify: Sistema para notificações via WhatsApp
  • OrionChat: Interface the chat para usar com API da OpenAI, Google Gemini, Anthropic, Groq Inc. e Cerebras
  • QuickSummary: Extensão do Google Chrome para gerar resumos de sites usando o Google Gemini.

Qual sua frase do dia?

function fraseDoDia() {
    const frases = [
        "A vida é 10% o que acontece com você e 90% como você reage a isso.",
        "O futuro pertence àqueles que acreditam na beleza de seus sonhos.",
        "A cada novo amanhecer, temos a chance de recomeçar.",
        "Desafios são o que tornam a vida interessante; superá-los é o que a torna significativa.",
        "A felicidade não é algo pronto. Ela vem de suas próprias ações."
    ];

    return frases[Math.floor(Math.random() * frases.length)];
}
console.log(fraseDoDia());

Pinned Loading

  1. OrionChat OrionChat Public

    Orion is a web-based chat interface that simplifies interactions with multiple AI model providers.

    JavaScript 3 1

  2. Notify Notify Public

    Notify - Sistema para notificações via WhatsApp e e-mail de forma programática

    PHP 9 5

  3. GeminiChat GeminiChat Public

    GeminiChat: Open-Source Web Interface for Google's Gemini AI

    JavaScript