cequence-io / openai-scala-client

Scala client for OpenAI API
MIT License
191 stars 20 forks source link

OpenAIServiceStreamedFactory need support FastChat service? #47

Closed Xu-Chen closed 11 months ago

Xu-Chen commented 11 months ago

thank you

peterbanda commented 11 months ago

Have had it locally for a while. Will commit

peterbanda commented 11 months ago

Use it as OpenAICoreServiceStreamedFactory.customInstance("http://localhost:8000/v1/") or OpenAIServiceStreamedFactory.customInstance("http://localhost:8000/v1/")

Xu-Chen commented 11 months ago

Amazing!! Thank you very much,and when is it planned to be released?

Xu-Chen commented 11 months ago

Use it as OpenAICoreServiceStreamedFactory.customInstance("http://localhost:8000/v1/") or OpenAIServiceStreamedFactory.customInstance("http://localhost:8000/v1/")

@peterbanda Thank you very much,and when is it planned to be released?

peterbanda commented 10 months ago

Just released the version 1.0.0.RC.1. Enjoy!