santanavagner's picture
Upload 72 files
11276e2 verified
raw
history blame contribute delete
261 Bytes
import requests
def test_api_url():
# api_url = "http://127.0.0.1:8080/recommend?prompt="
# response = requests.get(api_url)
# assert response.status_code == 200
# assert response.headers["Content-Type"] == "application/json"
assert True