add(think): enable think router

This commit is contained in:
Aleksandr Tcitlionok
2024-12-05 08:29:43 +00:00
parent 3ea939b7d6
commit f57e6028f0
3 changed files with 12 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ai-api-config
namespace: metalcheck
data:
AI_API_URL: "<URL>"
AI_API_TOKEN: "<TOKEN>"