alex14dark
Results
3
issues of
alex14dark
建议新增querystring可配置化,这样可以自己设置一些常用的querystring,这样就可以避免每次都需要手写querystring,提升用户体验
suggestion
### Issue you'd like to raise. By way of example from the official docs, memory = ConversationTokenBufferMemory(llm=llm, max_token_limit=10) memory. save_context({"input": "hi"}, {"ouput": "what's up"}) memory. save_context({"input": "not much you"}, {"ouput":...