SimFG
SimFG
At present, GPTCache already supports the streaming request of chat complete in openai, can you describe the problems encountered in detail?
It is consistent with openai's api usage, like: ```python from gptcache.adapter import openai question = "calculate 1+1" openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user",...
@gbertb I hope the above response has adequately answered your question. If you have any further inquiries, please do not hesitate to provide feedback and ask. With that, I will...
@richbeales @p-i-
@Torantulino help me check it, thank you 🤗
@anonhostpi I will continue to pay attention, the reason for closing this PR is because this PR maybe ineffective after the Re-Arch. Of course, there may be a delay for...
Thanks your suggestion, it will be added our plan. 🤗
the latest version has supported link: #377
/lgtm /approve