content: add help and index

This commit is contained in:
0xMRTT 2023-05-10 15:06:54 +02:00
parent e546670afc
commit e7b084043e
Signed by: 0xmrtt
GPG key ID: 19C1449A774028BD
3 changed files with 30 additions and 22 deletions

View file

@ -1,10 +1,10 @@
# Imaginer
# Bavarder
[Codeberg](https://codeberg.org/Imaginer/Imaginer) [Github](https://codeberg.org/Bavarder/Bavarder)
[Codeberg](https://codeberg.org/Bavarder/Bavarder) [Github](https://codeberg.org/Bavarder/Bavarder)
Imagine with AI
Chit-Chat with an AI
![](https://codeberg.org/Imaginer/Imaginer/raw/branch/master/data/screenshots/avocado-armchair.png)
![preview of the imaginer app](https://codeberg.org/Bavarder/Bavarder/raw/branch/main/data/screenshots/quantum-computing.png)
## Installation
@ -12,10 +12,10 @@ Imagine with AI
#### Flathub
You can either use your GNOME Software and search for "Imaginer" or you can run
You can either use your GNOME Software and search for "Bavarder" or you can run
```
flatpak install page.codeberg.Imaginer.Imaginer
flatpak install io.github.Bavarder.Bavarder
```
#### From Source
@ -23,25 +23,25 @@ flatpak install page.codeberg.Imaginer.Imaginer
Clone the repo and run `flatpak-builder`
```
git clone https://codeberg.org/Imaginer/Imaginer.git # or https://github.com/ImaginerApp/Imaginer.git
cd Imaginer
flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json
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
```
### Archlinux
Imaginer is available in the AUR. Just use your favourite aur helper!
Bavarder is available in the AUR. Just use your favourite aur helper!
```
yay -S imaginer
yay -S bavarder
```
### NixOS
Imaginer is available in Nixpkgs Unstable.
Bavarder is available in Nixpkgs Unstable.
```
nix-shell -p imaginer
nix-shell -p bavarder
```
## Help
@ -55,21 +55,21 @@ The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is
### Translate
[![Translation status](https://translate.codeberg.org/widgets/imaginer/-/imaginer/multi-auto.svg)](https://translate.codeberg.org/engage/imaginer/)
[![Translation status](https://translate.codeberg.org/widgets/Bavarder/-/Bavarder/multi-auto.svg)](https://translate.codeberg.org/engage/Bavarder/)
You can translate Imaginer using [Codeberg Translate](https://translate.codeberg.org/engage/imaginer/)
You can translate Bavarder using [Codeberg Translate](https://translate.codeberg.org/engage/Bavarder/)
### Mirrors
- [GitHub](https://github.com/ImaginerApp/Imaginer)
- [Codeberg](https://github.com/Imaginer/Imaginer)
- [GitHub](https://github.com/Bavarder/Bavarder)
- [Codeberg](https://github.com/Bavarder/Bavarder)
## See also
### Bavarder: Chit-Chat with AI
### Imaginer : Imagine with AI
A tool for chatting with diverse AI
A tool for generating pictures with AI (GNOME app)
- https://github.com/Bavarder/Bavarder
- https://codeberg.org/Bavarder/Bavarder
- https://github.com/ImaginerApp/Imaginer
- https://codeberg.org/Imaginer/Imaginer

View file

@ -5,3 +5,7 @@ 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,3 +1,7 @@
# 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.
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 >}}