From 4efd4920fd81c55494b1abe88d2bbb05b1b988d4 Mon Sep 17 00:00:00 2001 From: Eustache Le Bihan <eulebihan@gmail.com> Date: Tue, 13 Aug 2024 11:57:02 +0000 Subject: [PATCH] update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 91f4562..ee44f56 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # Speech To Speech: an effort for an open-sourced and modular GPT4-o + +## 📖 Quick Index +* [Approach](#approach) + - [Structure](#structure) + - [Modularity](#modularity) +* [Setup](#setup) +* [Usage](#usage) + - [Server/Client approach](#serverclient-approach) + - [Local approach](#local-approach) +* [Command-line usage](#command-line-usage) + - [Model parameters](#model-parameters) + - [Generation parameters](#generation-parameters) + - [Notable parameters](#notable-parameters) + ## Approach ### Structure -- GitLab