Skip to content

Commit

Permalink
update applause-button-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarren-scottlogic committed Aug 13, 2024
1 parent 6d7eaed commit a66ea10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ canonical:
url: https://blog.scottlogic.com
scottlogic:
url: https://www.scottlogic.com
applause-button-api:
url: "https://ip2o6c571d.execute-api.eu-west-2.amazonaws.com/production"
permalink: "/:year/:month/:day/:title.html"
safe: true
twitter_handle: Scott_Logic
Expand Down
1 change: 1 addition & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<div class="social">
<applause-button color="{% include post_colour_hex.html post=page %}"
url="{{ site.canonical.url }}{{ page.url }}"
api="{{ site.applause-button-api.url }}/claps-updated"
multiclap="true"/>
</div>
1 change: 0 additions & 1 deletion _posts/2023-11-16-OpenAI-Outage-November-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ summary: In the light of OpenAI’s system outage, a ripple of unprepared AI pow
author: jwarren
image: "/uploads/Open%20AI%20outage%20quote%20card-38ac49.png"
---

In the light of OpenAI’s system outage, a ripple of unprepared AI powered systems crashed across the world. There has been a gold rush towards GenAI ever since ChatGPT’s release in November 2022, with many attempting to understand and tame the beasts that are Large Language Models (LLM). So far, OpenAI’s models have generally come out on top as the tools of choice. However, the burden of OpenAI’s popularity has at times become too great for their servers to bear.

At OpenAI’s first developers’ conference on 6th November, the release of models boasting greater power at lower costs was announced. A fresh wave of eager developers rushed to their computers to try the new technology and demand for OpenAI’s services shot through the roof. At the same time, OpenAI received an immense entourage of traffic, said to be ‘reflective of a DDoS attack’ which subsequently politically-charged hacktavists have claimed responsibility for. No matter whether the cause was a premeditated attack, or a frenzy of demand, we should all accept Sam Altman’s words, OpenAI's CEO, admitting we should expect “service instability in the short term”.
Expand Down
2 changes: 1 addition & 1 deletion script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/load-clap-count.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function loadClapCount() {
return el.getAttribute("data-url");
});
jQuery.ajax({
url: "https://ltxkcod9s9.execute-api.us-east-1.amazonaws.com/production/get-multiple",
url: "https://ip2o6c571d.execute-api.eu-west-2.amazonaws.com/production/get-multiple",
method: "POST",
data: JSON.stringify(urls),
headers: {
Expand Down

0 comments on commit a66ea10

Please sign in to comment.