Extremys

Results 18 comments of Extremys

Any progress? :)

I can confirm I have also this error since at least 7 or 8 versions. for gpt-4 model only, for the gpt-4-32k model no issue weirdly with Azure. There my...

@alecsharpie thanks for the sharing, I would like to do the same on a new programmatic language, but I have difficulties to use jaxformer implementation, if you have some examples...

it seems related to the fact that I use "https" with certificate because in "http" it's working perfectly, any plan to support it? ```log 2023-06-19 08:51:35 | INFO | model_worker...

solved by making the key field effectively empty ```python openai.api_key = '' # Not support yet ```

Hello team, are you officially supporting CodeServer? Thanks

I guess it would add support for [HyperGAI/HPT1_5-Air-Llama-3-8B-Instruct-multimodal](https://huggingface.co/HyperGAI/HPT1_5-Air-Llama-3-8B-Instruct-multimodal/tree/main/projector) model in the same time right?

I have knowledge of FastChat but not on RayLLM maybe if anybody of the team has a technical presentation/documentation or advises to extend RayLLM :) it would be great! A...

Hello @nsarrazin do you plan to add the support of endpoint type openai for embedding and multi-modal models? :) Thanks!