Skip to content

Commit 7666e30

Browse files
authored
Merge pull request alexrudall#415 from lalunamel/readme-index
Add table of contents to README
2 parents f9046a3 + 7ed1285 commit 7666e30

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,50 @@ Stream text with GPT-4, transcribe and translate audio with Whisper, or create i
1010

1111
[🚢 Hire me](https://peaceterms.com?utm_source=ruby-openai&utm_medium=readme&utm_id=26072023) | [🎮 Ruby AI Builders Discord](https://discord.gg/k4Uc224xVD) | [🐦 Twitter](https://twitter.com/alexrudall) | [🧠 Anthropic Gem](https://github.com/alexrudall/anthropic) | [🚂 Midjourney Gem](https://github.com/alexrudall/midjourney)
1212

13+
# Table of Contents
14+
15+
- [Installation](#installation)
16+
- [Bundler](#bundler)
17+
- [Gem Install](#gem-install)
18+
- [Usage](#usage)
19+
- [Quickstart](#quickstart)
20+
- [With Config](#with-config)
21+
- [Custom timeout or base URI](#custom-timeout-or-base-uri)
22+
- [Extra Headers per Client](#extra-headers-per-client)
23+
- [Verbose Logging](#verbose-logging)
24+
- [Azure](#azure)
25+
- [Counting Tokens](#counting-tokens)
26+
- [Models](#models)
27+
- [Chat](#chat)
28+
- [Streaming Chat](#streaming-chat)
29+
- [Vision](#vision)
30+
- [JSON Mode](#json-mode)
31+
- [Functions](#functions)
32+
- [Edits](#edits)
33+
- [Embeddings](#embeddings)
34+
- [Files](#files)
35+
- [Finetunes](#finetunes)
36+
- [Assistants](#assistants)
37+
- [Threads and Messages](#threads-and-messages)
38+
- [Runs](#runs)
39+
- [Runs involving function tools](#runs-involving-function-tools)
40+
- [Image Generation](#image-generation)
41+
- [Image Edit](#image-edit)
42+
- [Image Variations](#image-variations)
43+
- [Moderations](#moderations)
44+
- [Whisper](#whisper)
45+
- [Translate](#translate)
46+
- [Transcribe](#transcribe)
47+
- [Speech](#speech)
48+
- [Errors](#errors)
49+
- [Development](#development)
50+
- [Release](#release)
51+
- [Contributing](#contributing)
52+
- [License](#license)
53+
- [Code of Conduct](#code-of-conduct)
54+
55+
## Installation
56+
1357
### Bundler
1458

1559
Add this line to your application's Gemfile:

0 commit comments

Comments
 (0)