MyGit

v0.8.0

zhudotexe/kani

版本发布时间: 2024-03-26 02:41:13

zhudotexe/kani最新发布版本:v1.0.1(2024-05-14 23:26:32)

Most likely the last release before v1.0! This update mostly contains improvements to chat_in_terminal to improve usability in interactive environments like Jupyter Notebook.

Possible Breaking Change

All arguments to chat_in_terminal except the Kani instance must now be keyword arguments; positional arguments are no longer accepted.

For example, chat_in_terminal(ai, 1, "!stop") must now be written chat_in_terminal(ai, rounds=1, stopword="!stop").

Improvements

Added the following keyword args to chat_in_terminal to improve usability in interactive environments like Jupyter Notebook:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-03-26发行的版本