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 |