tools_webhook: added docker file

This commit is contained in:
arkml 2025-02-14 14:41:25 +05:30
parent d55b9ea02e
commit 40164734c4
3 changed files with 33 additions and 2 deletions

View file

@ -10,8 +10,8 @@ import jwt
from flask import Flask, jsonify, request
from jwt import InvalidTokenError
from tools_webhook.function_map import FUNCTIONS_MAP
from tools_webhook.tool_caller import call_tool
from .function_map import FUNCTIONS_MAP
from .tool_caller import call_tool
app = Flask(__name__)