itscvenk
itscvenk
When I use with OpenAi API streamed data, i get weird results ` const div = document.getElementById(uuid); let converter = new showdown.Converter({smoothLivePreview: true}); let parsedHtml = converter.makeHtml(txt); ` The result...
Hi Thanks for this nice streaming feature ;-) Does the docker use GPT3 or 4 and how do we switch please? Thanks
python -m ochat.serving.openai_api_server --model openchat/openchat_3.5 --dtype float16 (as per readme, as without the --dtype float16 arguments, i got "ValueError: Bfloat16 is only supported on GPUs with compute capability of at...
### Describe the bug I used the openAi API playground I created an assistant, noted the assistant ID. It has an attached file that is used for the file_search. I...