Skip to content

eosphoros-ai/Bard-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bard-Proxy

Proxy for Bard LLM

How to get your bard key

Access from Bard

Quick Start

Method 1: Quick Start by Docker (recommended, in 5 seconds)

# use your own bard key 'YOUR-BARD-KEY' instead.

docker run -d --name bard_proxy -p 8671:8671 -e BARD_PROXY_API_KEY=YOUR-BARD-KEY shinexy/bard_proxy

Method 2: Start In Current Project

  1. clone current project into your local dir.
  2. set your bard key in .env file
  3. launch python project python main.py

verify

curl -X POST -H "Content-Type: application/json" -d '{"input": "hello"}' http://localhost:8671/api/bard/v1/chat/completions

About

A proxy for Google Bard LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published