Thiago Scodeler
Thiago Scodeler
@hozkaya2000 thank you for your answer. I'll take a look at `amazon-ecs-logs-collector` . Regardless of the AMI version, the agent isn't working now, even though it was fine earlier. I...
Getting the same issue here. It works normally and after some time it starting retrieving the same issue reported by @bitsofinfo ``` provider "kubectl" { apply_retry_count = 5 host =...
@abespalko @karanvasnani did you manage to solve this issue/behavior?
@sean-smith thanks for sharing. The list models function is working fine but the custom call to the model is not working with the following error: ``` openai.BadRequestError: Error code: 400...
@mohilmakwana3107 You can access the Supabase auth users here: http://localhost:54323/project/default/auth/users
Due to the lack of migration execution, the logs are showing missing tables on Clickhouse: ``` helicone-web-local | 2024-11-15T14:28:36.531Z helicone-web-local | ] helicone-web-local | ClickHouseError: Table default.request_response_rmt doesn't exist. helicone-web-local...
@mohilmakwana3107 I'm trying that right now (also want to setup self hosted Helicone). I saw some people reporting the same error on Discord.
Here is how I solved that. 1 - Change code `ch_hcone.py` from: ``` def run_curl_command(query, host, port, user=None, password=None, migration_file=None): if not query: curl_cmd = f"cat \"{migration_file}\" | curl '{...
@mohilmakwana3107 one more step :) Add MINIO env vars to .env file: ``` MINIO_ROOT_USER=minioadminuser MINIO_ROOT_PASSWORD=minioadminuser ``` You can change the value as well.
@mohilmakwana3107 there is now a new issue happening when sending a request to OpenAI/Helicone: `Error parsing default response: SyntaxError: Unexpected token '!', "!`