Funky Yang
Funky Yang
when I receive a message from tdlib,I saw the original string contains textEntityTypeTextUrl,but when I use tdlib.UpdateNewMessage to umarshal it,I can't find which field contains textEntityTypeTextUrl,so any one could help
there is no counter on this window server from logs
I use prometheus adapter for store data with timescaledb. in my postrgresql.conf. ``` shared_preload_libraries ='pg_prometheus' shared_preload_libraries ='timescaledb' ``` and pg_prometheus and timescaledb extension can be used but for psql: show...
I hava running this in days,and the db size is too big for me,How can I cut this?
I set azure info before oengpts start ``` AZURE_OPENAI_DEPLOYMENT_NAME=xxxx AZURE_OPENAI_API_KEY=xxxx AZURE_OPENAI_API_BASE=xxx AZURE_OPENAI_API_VERSION=xxxx POSTGRES_PORT=5432 POSTGRES_DB=opengpts POSTGRES_USER=opengpts POSTGRES_PASSWORD=opengpts ``` and start opengpts I set a bot with default ,then I send a...
I use this sdk to connect with azure chat gpt .and set stream true to request.but the result seems a same one createdTime. I wonder why? 