From 7eb7aacae40ca052813b91d7f493a6e75b2f0149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Thu, 16 Mar 2023 14:46:57 +0100 Subject: [PATCH] Updated README: Added clarificytion about the supported models and fixed a typo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c89b52a..b7d1742 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ You need an API key for the official ChatGPT API. The following models are supported: -- GPT-4 -- GPT-4-0314 -- GPT-4-32k -- GPT-4-32k-0314 +- GPT-4 (untested) +- GPT-4-0314 (untested) +- GPT-4-32k (untested) +- GPT-4-32k-0314 (untested) - GPT-3.5-Turbo - GPT-3.5-Turbo-0301 @@ -23,7 +23,7 @@ This requires the [EdgeGPT](https://github.com/acheong08/EdgeGPT) library to be ## Examples -For examples, take a look at `examples.py`. +For examples, take a look at `example.py`. ## CLI