From cc04abda4949c745cf93106fcd0bf96c60595029 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:40:52 -0300 Subject: [PATCH] Update 12 - OpenAI API.md --- docs/12 - OpenAI API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/12 - OpenAI API.md b/docs/12 - OpenAI API.md index 5cdc4f6a..a4365ed3 100644 --- a/docs/12 - OpenAI API.md +++ b/docs/12 - OpenAI API.md @@ -284,6 +284,8 @@ Warning: You cannot mix embeddings from different models even if they have the s ### Compatibility & not so compatibility +Note: the table below may be obsolete. + | API endpoint | tested with | notes | | ------------------------- | ---------------------------------- | --------------------------------------------------------------------------- | | /v1/chat/completions | openai.ChatCompletion.create() | Use it with instruction following models | @@ -310,6 +312,8 @@ Warning: You cannot mix embeddings from different models even if they have the s Almost everything needs the `OPENAI_API_KEY` and `OPENAI_API_BASE` environment variable set, but there are some exceptions. +Note: the table below may be obsolete. + | Compatibility | Application/Library | Website | Notes | | ------------- | ---------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ✅❌ | openai-python (v0.25+) | https://github.com/openai/openai-python | only the endpoints from above are working. OPENAI_API_BASE=http://127.0.0.1:5001/v1 |