fix
This commit is contained in:
@@ -13,8 +13,5 @@ from pipecat import version as pipecat_version
|
|||||||
def sdk_headers() -> Dict[str, str]:
|
def sdk_headers() -> Dict[str, str]:
|
||||||
"""SDK identification headers for upstream providers."""
|
"""SDK identification headers for upstream providers."""
|
||||||
return {
|
return {
|
||||||
"X-SDK-Source": "Pipecat",
|
"User-Agent": f"Pipecat/{pipecat_version()} Python/{platform.python_version()}",
|
||||||
"X-SDK-Version": pipecat_version(),
|
|
||||||
"SDK-Language": "Python",
|
|
||||||
"sdk-language-version": platform.python_version(),
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user