Skip to content

LLamaIndex's custom LLM, a Proxy-enabled version of Gemini!

Notifications You must be signed in to change notification settings

HawkClaws/proxy_gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What is this

LLamaIndex's custom LLM, a Proxy-enabled version of Gemini!

How to use

pip install git+https://github.com/HawkClaws/proxy_gemini.git

from proxy_gemini import ProxyGemini

llm = ProxyGemini(
    api_key="your api_key",
    proxy_url="http://hogehoge",
)

res = llm.complete("HOGE HUGA world")
print(res.text)

About

LLamaIndex's custom LLM, a Proxy-enabled version of Gemini!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages