Skip to content

Commit

Permalink
Migrate OpenAI models to use REST.
Browse files Browse the repository at this point in the history
This insures forward compatibility with OpenAI APIs and allow langfun to be decoupled from the increasing heavy OpenAI SDK.

PiperOrigin-RevId: 702105210
  • Loading branch information
daiyip authored and langfun authors committed Dec 2, 2024
1 parent 1f90766 commit 120866b
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 434 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ If you want to customize your installation, you can select specific features usi
| llm-google | All supported Google-powered LLMs. |
| llm-google-vertexai | LLMs powered by Google Cloud VertexAI |
| llm-google-genai | LLMs powered by Google Generative AI API |
| llm-openai | LLMs powered by OpenAI |
| mime | All MIME supports. |
| mime-auto | Automatic MIME type detection. |
| mime-docx | DocX format support. |
Expand Down
Loading

0 comments on commit 120866b

Please sign in to comment.