Jens Leinenbach
Jens Leinenbach
When I use the example function, then I get this error, too. First, follow the following instructions and replace the KEY- and CX-values that are part of the URL: https://developers.google.com/custom-search/v1/using_rest...
This issue should be related: https://github.com/jekalmin/extended_openai_conversation/issues/201
PrivateGPT may work out of the box as it follows the OpenAI API standard, but without the custom API features. > The project provides an API offering all the primitives...
When I search for the error on Google, I find several possible causes. One possibility could be that the base URL is not configured correctly. Did you try http://100.126.37.110:8001/api/v1 as...
Even if you check "Skip Authentication", you still have to enter an API key value. This is a bit confusing. So as you set it to "-", the api_key variable...
Hmm, there are also area_ids - so the answer is not quite correct. But I love the fuzzy search.
I think it's not a big deal with area_ids. We can just let ChatGPT to choose the best function. Just create a function find_entity_by_area_name You could use functions like area_entities('kitchen')...
@rfam13 I've accepted the challenge and am pleased to likely have succeeded in enhancing your solution. I'm excited to present a new version that makes your great idea even better....
Edit: 2024-04-25: New version: Added is_exposed filter with a workaround. ``` - spec: name: find_entity_ids_by_lookup description: > Returns entity IDs by conducting a fuzzy search based on the provided name....
I updated to a new version above. It now requires a Label, but it should work even if you remove this requirement. And you may want to add this to...