github zilliztech/GPTCache 0.1.12
v0.1.12

latest releases: 0.1.44, 0.1.43, 0.1.42...
17 months ago

What's Changed

🎉 Introduction to new functions of GPTCache

  1. The llm request can customize topk search parameters
openai.ChatCompletion.create(
    model="gpt-3.5-turbo",
    messages=[
        {"role": "user", "content": question},
    ],
    top_k=10,
)

Full Changelog: 0.1.11...0.1.12

Don't miss a new GPTCache release

NewReleases is sending notifications on new releases.