alex14dark

Results 3 issues of alex14dark

建议新增querystring可配置化,这样可以自己设置一些常用的querystring,这样就可以避免每次都需要手写querystring,提升用户体验

suggestion

目前时间类型的字段在火狐浏览器里面会出现无法正常展示的问题,希望能够在后面的版本中进行修复

bug

### 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":...