Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

LLM reliability – New AI models on 4sysops

After announcing the free use of ChatGPT 4 on 4sysops, I added four more models to 4sysops AI. Google Gemini Pro, Anthropic Claude 3 Opus, Mistral Large, and Meta Llama 2. Using multiple model increases  the probability of receiving accurate information. In case one model fails to deliver a satisfactory response, you can seek alternative solutions. All models are continuously updated with our latest IT content and thus have no cutoff date. The usage of 4sysops AI is currently free.

Assign an IPv6 address to an EC2 instance and configure components with a bash script

In my previous post, I explained how you can quickly allocate an Elastic IPv4 address and associate it with an EC2 instance. As Amazon has recently started charging for in-use IPv4 addresses, you might want to consider switching to IPv6. Using the AWS Management Console to assign an IPv6 to an EC2 instance is not really straightforward. Several AWS network components must be correctly configured to make IPv6 work. The bash script introduced here checks all components, adds any missing pieces, and then assigns the IP to an EC2 instance.

Free access to an enhanced ChatGPT 4 for 4sysops members

Members can now enjoy free access to 4sysops AI powered by ChatGPT 4 (GPT-4 Turbo). 4sysops AI is a continuously updated and does not have a cutoff date of April 2023 like ChatGPT. As you may be aware, the free version of ChatGPT only supports ChatGPT 3.5, while the paid membership of ChatGPT Plus, which costs $20 per month, provides access to ChatGPT 4 (GPT-4). 4sysops members can now access the Turbo version of ChatGPT 4 for free, which is faster than the standard ChatGPT 4 available with the Plus subscription.

Announcing 4sysops AI

We have just added an experimental feature to 4sysops. At the end of every blog article, you will find a chatbot that enables you to ask questions about the article. You may use this feature if you need further clarification or want to gain additional information not covered in the article.

A GPT Actions example: Connect ChatGPT to Gmail

A GPT is a customizable version of ChatGPT that can perform specific tasks or enhance its abilities in specialized areas. GPT Actions are like superpowers for GPTs, letting them interact with external sources and services, expanding their abilities beyond text generation. In this post, I will show you how to connect your GPT to Gmail using the Zapier AI Actions OpenAPI API. This will allow you to search your Gmail inbox, have ChatGPT summarize emails, or even send emails on your behalf.

Install the Python OpenAI SDK on Windows and macOS

2024 will most likely be the year when many admins will be faced with deploying AI systems for the first time. Once you play a little with the OpenAI API, you will begin to understand why Large Language Models (LLMs) are not just useful for chatbots. If AI companies can find a way to fund the content to train their models, we may be on the brink of a new era in IT. For many administrators, this means becoming acquainted with AIOps, a term that will become more prevalent in the upcoming year. A great way to start with AIOps is to install the OpenAI SDK on your Mac or Windows PC.
❌