We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76fe89 commit 8a84da7Copy full SHA for 8a84da7
app/desktop/studio_server/provider_api.py
@@ -1156,7 +1156,7 @@ async def connect_bedrock(key_data: dict):
1156
async def connect_kiln_copilot(key: str):
1157
base_url = os.environ.get("KILN_SERVER_BASE_URL", "https://api.kiln.tech")
1158
async with httpx.AsyncClient() as client:
1159
- response = await client.post(
+ response = await client.get(
1160
f"{base_url}/v1/verify_api_key",
1161
headers={"Authorization": f"Bearer {key}"},
1162
timeout=20,
0 commit comments