Bruno Silva

Results 3 comments of Bruno Silva

@nirev OlĂĄ! JĂĄ realizei a transferĂȘncia para vocĂȘ no hex. Eu posso transferir o ownership do repo para vocĂȘ por aqui tambĂ©m. Me avisa se vocĂȘ prefere ir pelo caminho...

@nirev transferĂȘncia realizada! Tive que passar para o meu pessoal para conseguir te mandar devido um bug random do GitHub. SĂł aceitar no seu e-mail.

As a workaround we integrated through OpenAI's API @chunshengding Sample request: ```python headers = { "Content-Type": "application/json", "OpenAI-Beta": "chatkit_beta=v1", "Authorization": f"Bearer {self.api_key}", } body = { "workflow": {"id": self.workflow_id}, "user":...