huggingface / unity-api

Apache License 2.0
316 stars 30 forks source link

[BUG] Conversation API deprecation #25

Open dylanebert opened 6 months ago

dylanebert commented 6 months ago

Conversation API is now deprecated on the hub, since it's the same as Text Generation.

The Conversation task should be revised to be a wrapper around text-generation, to avoid breaking existing demos.

ozmandias commented 3 months ago

Encountered deprecation issue for Conversation Task when using it in my Unity project.