sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Add Chatgpt function call support #157

Open DaviRain-Su opened 1 year ago

RalfNorthman commented 1 year ago

Information about this new OpenAI feature: https://platform.openai.com/docs/guides/gpt/function-calling

DaviRain-Su commented 1 year ago

relate pr: https://github.com/64bit/async-openai/pull/79

RalfNorthman commented 1 year ago

Related async-openai PR merged and released as of v0.12.0. Nice! https://github.com/64bit/async-openai/releases/tag/async-openai-v0.12.0

DaviRain-Su commented 1 year ago

yet it is have released!

DaviRain-Su commented 1 year ago

Tracking: