chore: add autogen to changelog valid integrations list
This commit is contained in:
parent
a757765ab2
commit
4d117cc274
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ VALID_INTEGRATIONS = [
|
||||||
"llamaindex",
|
"llamaindex",
|
||||||
"codex",
|
"codex",
|
||||||
"hermes",
|
"hermes",
|
||||||
|
"autogen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -527,6 +528,7 @@ def _get_package_name(integration: str) -> str:
|
||||||
"llamaindex": "hindsight-llamaindex",
|
"llamaindex": "hindsight-llamaindex",
|
||||||
"codex": "hindsight-codex",
|
"codex": "hindsight-codex",
|
||||||
"hermes": "hindsight-hermes",
|
"hermes": "hindsight-hermes",
|
||||||
|
"autogen": "hindsight-autogen",
|
||||||
}
|
}
|
||||||
return packages[integration]
|
return packages[integration]
|
||||||
|
|
||||||
|
|
@ -554,6 +556,7 @@ def _integration_display_name(integration: str) -> str:
|
||||||
"llamaindex": "LlamaIndex",
|
"llamaindex": "LlamaIndex",
|
||||||
"codex": "Codex",
|
"codex": "Codex",
|
||||||
"hermes": "Hermes",
|
"hermes": "Hermes",
|
||||||
|
"autogen": "AutoGen",
|
||||||
}
|
}
|
||||||
return names.get(integration, integration)
|
return names.get(integration, integration)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue