feat: 🎸 datadog

cpu change
This commit is contained in:
Stan Girard 2024-01-27 13:47:54 -08:00
parent dcf38a3e7c
commit 87ac37e643
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{
"name": "quivr",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:c0ff0301002fe6d043270b26dabcfda797437afc",
"cpu": "2000",
"cpu": "1900",
"memory": "3600",
"portMappings": [
{
@ -67,7 +67,7 @@
"name": "datadog-agent",
"image": "public.ecr.aws/datadog/agent:latest",
"cpu": 100,
"memory": 512,
"memory": 256,
"essential": true,
"portMappings": [
{

View File

@ -289,7 +289,6 @@ class CompositeBrainQA(
)
print("querying brain", function_name)
# TODO: extract chat_id from generate_answer function of XBrainQA
function_response = function_to_call(
chat_id=chat_id,
question=question,