[question] set up ‘ai settings’ config Gemini API issues !!!
your question I tried to configure my third-party API configuration in "ai settings". I imported Gemin because it allows 1 million contexts. But I have been unable to obtain a usable AI model.
Is it currently not supported to access Gemini's API? Or is there something missing in my configuration?
I found a URL that allowed me to get a list of models, but I got an error when generating an AI response.
They said it was a CORS issue, saying that Gemini's API does not allow cross-domain calls in browsers, which I don't quite understand. So is this a bug?
which pipe are you using?
some pipes backend is using dangerously code to do ai request from client side, which is prohibited by google gemini.
if you use any other ai it'll work!!
which pipe are you using?
some pipes backend is using
dangerously codeto do ai request from client side, which is prohibited by google gemini. if you use any other ai it'll work!!
The 'Search pipe' plugin, Are there any other replace pipe plugins?
I have solved this problem by using AI to write a middle-level proxy service, which allows the Gemini API to connect to the screenpipe's 'Search pipe'. You can study it if you need it. gemini_openai_proxy
I have solved this problem by using AI to write a middle-level proxy service, which allows the Gemini API to connect to the screenpipe's 'Search pipe'. You can study it if you need it. gemini_openai_proxy
I installed your proxy. But how do I use it in screenpipe? Like this?
Nevermind, I solved it by removing /models from url ofc. Thanks
I have same problem