Skip to content

Latest commit

 

History

History

flask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

📚 Documentation   •   🖥️ Application   •   🏠 Home

Getting started

AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>

Install dependencies

poetry install

Run the app

poetry run python myapp/app.py

Send a request

curl -X POST http://localhost:8000/ -d '{"user_input": "Hello!"}' -H 'Content-Type: application/json'

View logs in Autoblocks

Go to the explore page to see the traces generated by your app.