mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 18:36:23 +02:00
tools_webhook: added docker file
This commit is contained in:
parent
d55b9ea02e
commit
40164734c4
3 changed files with 33 additions and 2 deletions
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue