rosetta: update content
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
0xMRTT 2023-05-11 12:41:00 +00:00
parent 93d5683493
commit 0ce8ef106a
6 changed files with 34 additions and 56 deletions

View file

@ -3,22 +3,22 @@ clone:
image: bash
commands:
- cd /home/0xmrtt
- if [ -d bavarder-pages ]; then
- cd bavarder-pages
- if [ -d rosetta-pages ]; then
- cd rosetta-pages
- git pull
- git submodule update
- else
- git clone --recursive https://git.exozy.me/0xMRTT/bavarder-pages.git
- git clone --recursive https://git.exozy.me/0xMRTT/rosetta-pages.git
- fi
pipeline:
build:
image: bash
commands:
- cd /home/0xmrtt/bavarder-pages
- cd /home/0xmrtt/rosetta-pages
- hugo --minify
- cp -rf public/* /home/0xmrtt/bavarder-pages-public
- cd /home/0xmrtt/bavarder-pages-public
- cp -rf public/* /home/0xmrtt/rosetta-pages-public
- cd /home/0xmrtt/rosetta-pages-public
- git add .
- git commit -m "Update"
- git push

View file

@ -1,11 +1,11 @@
baseURL = 'http://bavarder.codeberg.page/'
baseURL = 'http://rosetta.codeberg.page/'
languageCode = 'en-us'
title = 'Bavarder'
title = 'Rosetta'
theme = "gadolinium"
[params]
sourceURL = "https://codeberg.org/Bavarder/pages"
sourceURL = "https://codeberg.org/Rosetta/pages"
customHeadHTML = """
<script defer data-domain="bavarder.codeberg.page" src="/js/script.js"></script>
<script defer data-domain="rosetta.codeberg.page" src="/js/script.js"></script>
"""
accentColor = "#E66100"

View file

@ -1,10 +1,10 @@
# Bavarder
# Rosetta
[Codeberg](https://codeberg.org/Bavarder/Bavarder) [Github](https://codeberg.org/Bavarder/Bavarder)
[Codeberg](https://codeberg.org/Rosetta/Rosetta) [Github](https://github.com/RosettaApp/Bavarder)
Chit-Chat with an AI
Encrypt with ease
![preview of the imaginer app](https://codeberg.org/Bavarder/Bavarder/raw/branch/main/data/screenshots/quantum-computing.png)
![preview of the imaginer app](https://codeberg.org/Rosetta/Rosetta/raw/branch/main/data/screenshots/preview.png)
## Installation
@ -12,35 +12,24 @@ Chit-Chat with an AI
#### Flathub
You can either use your GNOME Software and search for "Bavarder" or you can run
You can either use your GNOME Software and search for "Rosetta" or you can run
```
flatpak install io.github.Bavarder.Bavarder
flatpak install page.codeberg.Rosetta.Rosetta
```
### Others
Go to [install](/install) for a full list of all available install method.
## Help
* [OpenAI](/help/openai)
* [HuggingFace](/help/huggingface)
## Contribute
The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is applicable to this project
### Translate
[![Translation status](https://translate.codeberg.org/widgets/Bavarder/-/Bavarder/multi-auto.svg)](https://translate.codeberg.org/engage/Bavarder/)
You can translate Bavarder using [Codeberg Translate](https://translate.codeberg.org/engage/Bavarder/)
### Mirrors
- [GitHub](https://github.com/Bavarder/Bavarder)
- [Codeberg](https://github.com/Bavarder/Bavarder)
- [GitHub](https://github.com/RosettaApp/Rosetta)
- [Codeberg](https://github.com/Rosetta/Rosetta)
## See also
@ -51,3 +40,10 @@ A tool for generating pictures with AI (GNOME app)
- https://github.com/ImaginerApp/Imaginer
- https://codeberg.org/Imaginer/Imaginer
### Bavarder : Chit-Chat with AI
Chit-Chat with AI (GNOME app)
- https://github.com/Bavarder/Bavarder
- https://codeberg.org/Bavarder/Bavarder

View file

@ -1,11 +0,0 @@
# Hugging Face
A token is not necessary, it allow you to have a bigger rate limit
* Create an account on [HuggingFace](https://huggingface.com)
* Follow the [documentation](https://huggingface.co/docs/hub/security-tokens) for getting an user access token
* Use the generated token in the API key entry
{{< rawhtml >}}
<p class="dialog-buttons"><a href="/" class="inline-button">Go Home</a> <a href="{{ .Site.Params.IssueURL}}">File an issue</a></p>
{{< /rawhtml >}}

View file

@ -1,7 +0,0 @@
# OpenAI
The OpenAI API uses API keys for authentication. Visit your [API Keys page](https://platform.openai.com/account/api-keys) to retrieve the API key you'll use in your requests.
{{< rawhtml >}}
<p class="dialog-buttons"><a href="/" class="inline-button">Go Home</a> <a href="{{ .Site.Params.IssueURL}}">File an issue</a></p>
{{< /rawhtml >}}

View file

@ -5,10 +5,10 @@
#### Flathub
You can either use your GNOME Software and search for "Bavarder" or you can run
You can either use your GNOME Software and search for "Rosetta" or you can run
```
flatpak install io.github.Bavarder.Bavarder
flatpak install page.codeberg.Rosetta.Rosetta
```
#### From Source
@ -16,25 +16,25 @@ flatpak install io.github.Bavarder.Bavarder
Clone the repo and run `flatpak-builder`
```
git clone https://codeberg.org/Bavarder/Bavarder.git # or https://github.com/Bavarder/Bavarder.git
cd Bavarder
flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/io.github.Bavarder.Bavarder.json
git clone https://codeberg.org/Rosetta/Rosetta.git # or https://github.com/RosettaApp/Rosetta.git
cd Rosetta
flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/page.codeberg.Rosetta.Rosetta.json
```
### Archlinux
Bavarder is available in the AUR. Just use your favourite aur helper!
Rosetta is available in the AUR. Just use your favourite aur helper!
```
yay -S bavarder
yay -S rosetta
```
### NixOS
Bavarder is available in Nixpkgs Unstable.
Rosetta is available in Nixpkgs Unstable.
```
nix-shell -p bavarder
nix-shell -p rosetta
```