Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release AI Gateway v0.0.1 #23

Merged
merged 3 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
dev:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
12 changes: 11 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ release:
footer: |
## More? 🚀

- Join our [Discord server](https://discord.gg/99UVa6MkUX)
- Join our [Discord server](https://discord.gg/yxV58ydzV7)
- Follow us on [Twitter](https://twitter.com/_missingstudio)
builds:
- id: gateway
Expand Down Expand Up @@ -46,6 +46,8 @@ changelog:
exclude:
- "^docs:"
- "^test:"
- "^build"
- "^chore"

checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_checksums.txt"
Expand Down Expand Up @@ -89,6 +91,14 @@ brews:
name: Missing studio
email: support@missing.studio

scoops:
- homepage: https://github.com/raystack/gateway
description: A robust cloud-native AI Gateway
license: Apache 2.0
repository:
owner: missingstudio
name: scoop-bucket

announce:
skip: "{{gt .Patch 0}}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Core infrastructure stack for building production-ready AI Applications

[![License](https://img.shields.io/github/license/missingstudio/gateway)](./LICENSE)
[![Discord](https://img.shields.io/discord/1136647481128661082)](https://discord.gg/99UVa6MkUX)
[![Discord](https://img.shields.io/discord/1136647481128661082)](https://discord.gg/yxV58ydzV7)
[![Twitter](https://img.shields.io/twitter/follow/_missingstudio)](https://twitter.com/_missingstudio)
</div>
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/essentials/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Get answers to the most frequently asked questions about missing st
icon: "question"
---

Discover answers to the most frequently asked questions about missing studio. If your question isn't covered here, feel free to connect with our team on [Discord Community.](https://discord.gg/99UVa6MkUX) or [GitHub](https://github.com/missingstudio/ai).
Discover answers to the most frequently asked questions about missing studio. If your question isn't covered here, feel free to connect with our team on [Discord Community.](https://discord.gg/yxV58ydzV7) or [GitHub](https://github.com/missingstudio/ai).

## Local contribution issues

Expand Down
2 changes: 1 addition & 1 deletion docs/essentials/usecases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The versatile and dynamic nature of missing studio allows it to be applied in a
<Card
title="Contribute on Discord"
icon="discord"
href="https://discord.gg/99UVa6MkUX"
href="https://discord.gg/yxV58ydzV7"
>
If you have an interesting use case in mind, or if you'd like to contribute
to the development of these features, we'd love to hear from you! Reach out
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/docker-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The easiest and quickest way to run AI Studio is via [docker-compose](https://do
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

## Other options

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/local-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ make compose-dev
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

## Other options

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ and usage of your Large Language Model (LLM) applications.
**You're geared up and ready to go! 🚀**

Following these steps should have you AI studio up and running to power up LLMOps for your LLM appplications.
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/99UVa6MkUX).
If you have any questions or need support, reach out to our [Discord Community](https://discord.gg/yxV58ydzV7).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"name": "Discord",
"icon": "discord",
"color": "#00CCB1",
"url": "https://discord.gg/99UVa6MkUX"
"url": "https://discord.gg/yxV58ydzV7"
}
],

Expand Down
Loading