Closed Ben-Epstein closed 4 months ago
Is this change as simple as adding a User-Agent field to the headers??
# api.py from arcee import __version__ as ARCEE_PY_VERSION ... headers = { "X-Token": f"{ARCEE_API_KEY}", "Content-Type": "application/json", "User-Agent": f"arcee-py/{ARCEE_PY_VERSION}" }
@EricLiclair exactly, we're just using github issues to take notes during meetings
Added in #45
Is this change as simple as adding a User-Agent field to the headers??