Skip to content

Commit

Permalink
Fix docs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Sep 5, 2023
1 parent 59d8ed5 commit bc80014
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [macOS 🍎](#macos-)
- [Android 🤖](#android-)
- [🧑‍💻 Usage](#-usage)
- [Commands ⌨️](#%EF%B8%8F-commands)
- [Commands ⌨️](#commands-%EF%B8%8F)
- [🛡️ Privacy](#%EF%B8%8F-privacy)
- [Data Practices 📝](#data-practices-)
- [OpenAI and User Awareness ℹ️](#openai-and-user-awareness-%E2%84%B9%EF%B8%8F)
Expand Down Expand Up @@ -81,7 +81,7 @@ In your GitHub repository:
- `IMAGE_SIZE`: This sets the image size for the DALL-E API. Default: "512x512".
- `API_URL`: This sets the API endpoint for the chat completions API. Default: "https://api.openai.com/v1/chat/completions".
- `ELEVENLABS_API_KEY`: Your ElevenLabs API key. Can be disabled by omitting this secret.
- `ELEVENLABS_MODEL_NAME`: ElevenLabs model you're using. Default: "eleven_multilingual_v1".
- `ELEVENLABS_MODEL_NAME`: ElevenLabs model you're using. Default: "eleven_multilingual_v2".
- `GCS_BUCKET_NAME`: Your chosen name for the GCS bucket meant for TTS audio file storage.

**5. GitHub Actions 🚀**
Expand Down Expand Up @@ -276,7 +276,7 @@ To run Chat²GPT on an Android device using Termux, follow these steps:

Remember, Chat²GPT is flexible, suitable for deployment on Google Cloud, FaaS (Function as a Service), or PaaS (Platform as a Service) environments, ensuring it's a perfect fit for all your Google Chat endeavors.

### ⌨️ Commands
### Commands ⌨️

Use the following commands for Chat²GPT:

Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In your GitHub repository:
- `IMAGE_SIZE`: This sets the image size for the DALL-E API. Default: "512x512".
- `API_URL`: This sets the API endpoint for the chat completions API. Default: "https://api.openai.com/v1/chat/completions".
- `ELEVENLABS_API_KEY`: Your ElevenLabs API key. Can be disabled by omitting this secret.
- `ELEVENLABS_MODEL_NAME`: ElevenLabs model you're using. Default: "eleven_multilingual_v1".
- `ELEVENLABS_MODEL_NAME`: ElevenLabs model you're using. Default: "eleven_multilingual_v2".
- `GCS_BUCKET_NAME`: Your chosen name for the GCS bucket meant for TTS audio file storage.

**5. GitHub Actions 🚀**
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/help.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: default
title: ⌨️ Commands
title: Commands ⌨️
parent: 🧑‍💻 Usage
nav_order: 3
---

## ⌨️ Commands
## Commands ⌨️

Use the following commands for Chat²GPT:

Expand Down

0 comments on commit bc80014

Please sign in to comment.