SimFG

Results 261 comments of SimFG

Thanks for your suggestion, we will try it.

i will close it! thanks a lot, @gauthamchandra

@eltociear thank your pull request, please modify the target branch to `dev`, and sign the commit, like `git commit --amend -s`

@tmquan I haven't had time to experiment with this feature yet. But I'm a little confused, according to openai's definition of `function_call: "auto"`: > Note that the default behavior (function_call:...

The latest version of GPTCache have implemented it, pr: #213. So i will close the issue. @jiaoew1991 But we didn't use the `opendal` as the access layer for storage. If...

Good idea, we will try to support it. please stay tuned. Of course, we also welcome contributions.

A full rewrite isn't necessary. I think the easiest way may be to wrap this library into a server, and this is in our plan. And if you want to...

My idea is to wrap it into a very simple docker service, so that other languages can experience GPTCache through the interface.

> works for me. just a very simple python with grpc or restful? yes, provide two restful interfaces, the names are `search` and `save`, or like redis, called `get` and...

@andenacitelli We have implemented a simple version of the server (similar match), but currently requires a python environment to run. After installing gptcache, you can directly run the [`gptcache_server.py`](https://github.com/zilliztech/GPTCache/blob/main/gptcache_server/server.py) file....