resolution

This commit is contained in:
2023-02-25 18:36:05 +01:00
parent bb62de579e
commit 1d26a2e4c1
3 changed files with 39 additions and 2 deletions

2
run.py
View File

@@ -1,4 +1,4 @@
import requests
def runPrompt(prompt):
r = requests.get('http://localhost:3042/food/' + prompt)
r = requests.get('http://localhost:3000/help?issue=' + prompt)
return r.json().get('response')