Commit graph

18 commits

Author SHA1 Message Date
5b50e5c9dc Instructions
Locate and Replace resources:
        Find the line starting with resources = { and replace it and its contents with the new block above.
    Replace get_resource:
        Find the existing @app.route("/resources/<resource_id>", methods=["GET"]) function and replace the entire function (from @app.route to its last return) with the new get_resource block.
    Add update_resource:
        Insert the new update_resource function right after the get_resource function ends. Ensure it’s before the next endpoint (likely /pay).
2025-03-21 12:33:23 +00:00
4352ec8328 chat timeout 300 secs or 5 minutes 2025-03-21 12:13:40 +00:00
e833062231 Update .gitlab-ci.yml 2025-03-20 23:20:03 +00:00
f3119329bd Update .gitlab-ci.yml 2025-03-20 23:17:59 +00:00
8e794a4723 Update .gitlab-ci.yml 2025-03-20 23:13:39 +00:00
20977e0967 Update slop_with_models.py 2025-03-20 04:11:45 +00:00
2999b83177 Update slop_with_models.py 2025-03-20 04:01:20 +00:00
b7c7f2b3ea Update slop_with_models.py 2025-03-20 03:43:45 +00:00
b2a7f9838d Update streamlit_slop_with_models.py 2025-03-20 01:17:04 +00:00
16bd06718a Update .gitlab-ci.yml 2025-03-20 01:11:41 +00:00
d82414684f Add new file 2025-03-20 01:09:52 +00:00
de3be00402 Update slop_with_models.py initialize_model_map() 2025-03-20 00:53:01 +00:00
e2a031ea34 modified: static/openapi.yaml 2025-03-19 20:04:32 -04:00
41cc9d1b79 new file: slop_with_models.py 2025-03-19 19:56:18 -04:00
fc550ec470 Update .gitlab-ci. yml 2025-03-19 23:46:10 +00:00
dd9c81eee3 ship it.
new file:   .gitignore
	new file:   README.md
	new file:   requirements.txt
	new file:   static/openapi.yaml
2025-03-19 19:45:20 -04:00
b591798c4b Update .gitlab-ci-yml 2025-03-19 23:36:59 +00:00
b3b745a7d2 Update file .gitlab-ci-yml 2025-03-19 23:36:28 +00:00