-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix api_base undefined bug in Gemini embeddings (#11393)
* Support Gemini "transport" configuration Added Gemini transportation method configuration support. * Sync updates in multi_modal_llms\gemini * Updated Dashscope qwen llm defaults Setting qwen default num_outputs and temperature * cr * support gemini embedding configuration support configuring api_base, api_key, transport method * fix gptrepo data connector encoding issue reading a file in default encoding(GBK) will cause error characters problem. Added encoding configuration * sync latest repo * sync latest repo * cr * cr * Fix api_base undefined bug in Gemini embeddings * add comments * fix linter test * sync fix in integrations/embeddings * fix unit test --------- Co-authored-by: Haotian Zhang <[email protected]>
- Loading branch information
1 parent
e6e9abd
commit 27f7691
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters