MyGit

v0.21.0

llm-workflow-engine/llm-workflow-engine

版本发布时间: 2024-08-29 03:20:06

llm-workflow-engine/llm-workflow-engine最新发布版本:v0.22.0(2024-09-26 03:42:49)

:fire_engine:Breaking Changes:fire_engine:

The OpenAI support library that LWE uses changed how it validates some custom parameters passed to the OpenAI API.

New installs should not be affected by this, but existing installs may need to repair any created presets for the OpenAI provider.

Example presets installed via the examples plugin can simply re-install those examples:

/examples presets

Hand created OpenAI presets will need to move most of the parameters under model_kwargs into the top level of the configuration, e.g.:

# Old
model_customizations:
  model_kwargs:
    top_p: 0.1
  model_name: gpt-3.5-turbo
  temperature: 0.2
# New
model_customizations:
  model_name: gpt-3.5-turbo
  top_p: 0.1
  temperature: 0.2

Commit log

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

查看:2024-08-29发行的版本