lewiswilliam
lewiswilliam
please check https://stackoverflow.com/questions/71924917/not-getting-access-control-allow-headers-and-access-control-max-age-with-flask-c
`-H "Access-Control-Request-Method: get" -H 'Access-Control-Request-Headers: If-Modified-Since,Cache-Control'` pass the above and check if you get the required headers back. I got what i wanted by doing that.
Hi @rmilkowski If you are using the python sdk, tiktoken is the library created by OpenAI itself to tokenise/count the tokens: https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb Also, check the following link which describes how...
As per the documentation from facebook, 'Messages including a menu of up to 10 options.' If we were to implement this in typebot, what are your suggestions? If less than...
confirmed its working now have updated the following in the docker compose file: ``` typebot-builder: labels: virtual.host: 'typebot.domain.com' # change to your domain name virtual.port: '3000' virtual.tls-email: '[email protected]' # change...