Hi there. I am the developer of the open source software Lord Of Large Language Models (lollms). My aim is to use my personalities engine to perform various Generative AI tasks like coding, text analysis, data retrieval etc:
https://github.com/ParisNeo/lollms-webui
My tool aims to be compatible with all LLMS out there. It can be used with local AI like llama, GPTj, falcon and others in many formats such as GGML, GPTQ etc, using CPU or GPU (i managed to make it work on a raspberry pi!), as well as connecting to remote AIs such as Open AI's GPT restful api.
I would like to add google Bard as one of the supported backends. Today, this works for chatgpt. The user purchaces a key from openai and can use their platform on lollms seamlessly which makes them benefit from my personalities engine and the power of gpt4.
I would like to do the same with Bard if possible (to deserve the name Lord of Large Language Model: One tool to rule them all). I would just develop another binding for Bard. The user would pay google directly through the key. I offer my tool for free and don't require any payment from users.
If there this is accessible, I am interested in developing it. It can take me a day or two to implement the whole thing (depending on the accessibility of the API).
Well, I asked google Bard itself and Already implemented the binding. Now I need to test it. I need to supply a key and don't know where to find it.
It looks like Bard is dreaming things up. It gave me what looks like a legitimed RESTful request to the Bard API:
POST /v1/generate
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"prompt":
"Write a poem about love."
}
But It seems google want to release this as a service using PaLM API. So I am not sure if this is true. It also tald me to create a key and it doesn't seem to have given me a correct path.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |