Cason-ACE

Results 23 comments of Cason-ACE

I have several opinions on the necessity and realization of CDC: Necessity: As a new generation data integration platform, CDC is very necessary; Because in actual use, the demand for...

> > ``` > > https://myresourcename.openai.azure.com/openai/deployments/chat-gpt-35-turbo/chat/completions > > ``` > > change the .env and set PROXY_SERVER_URL=https://myresourcename.openai.azure.com/openai/deployments/chat-gpt-35-turbo/chat/completions PROXY_API_KEY={YOUR_API_KEY} OPENAI_API_TYPE=azure work success? https://db-gpt.readthedocs.io/en/latest/getting_started/install/llm/proxyllm/proxyllm.html we will update the tutorial document about how...

> We've tested that the current script is runnable on multiple cards, a single machine(8 x 40GB A100) using DeepSpeed ZeRO-3. The multi-node case is not tested yet. It's WIP...

i can handle it @csunny

LLM_MODEL=proxyllm PROXY_API_KEY={your key} PROXY_API_BASE=https://{your domain}.openai.azure.com/ PROXY_API_TYPE=azure PROXY_SERVER_URL=xxxx PROXY_API_VERSION=2023-05-15 PROXYLLM_BACKEND=gpt-35-turbo u can use config like this 。 it works @Mshz2

> > LLM_MODEL=proxyllm PROXY_API_KEY={your key} PROXY_API_BASE=https://{your domain}.openai.azure.com/ PROXY_API_TYPE=azure PROXY_SERVER_URL=xxxx PROXY_API_VERSION=2023-05-15 PROXYLLM_BACKEND=gpt-35-turbo > > u can use config like this 。 it works @Mshz2 > > PROXY_SERVER_URL is represented for? thks...

> > > > LLM_MODEL=proxyllm PROXY_API_KEY={your key} PROXY_API_BASE=https://{your domain}.openai.azure.com/ PROXY_API_TYPE=azure PROXY_SERVER_URL=xxxx PROXY_API_VERSION=2023-05-15 PROXYLLM_BACKEND=gpt-35-turbo > > > > u can use config like this 。 it works @Mshz2 > > >...

**Support Cache between source and sink** What are the requirements for this feature ? up to now , ST Connector is mostly BatchMode ,Is this Feature for in case Sink...

To solve this problem, we should first list a default policy that How SeaTunnel handle with data type mapping between Source and Sink , SeaTunnel should allow users to customize...