Proxy for Bard LLM
Access from Bard
# 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
- clone current project into your local dir.
- set your bard key in .env file
- launch python project
python main.py
curl -X POST -H "Content-Type: application/json" -d '{"input": "hello"}' http://localhost:8671/api/bard/v1/chat/completions