Auto_Jobs_Applier_AI_Agent by AIHawk is an AI Agent that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple jobs in an automated and personalized way.
Since this project uses LangChain to manage all the LLM requests, It would be great to let user to trace all the use of LLM on LangChain/LangSmith platform.
I tried to supply the LangChain environment variables in the main func as instructed by LangChain:
Failed to batch ingest runs: LangSmithError('Failed to POST https://api.smith.langchain.com/runs/batch in LangSmith API. HTTPError(\'403 Client Error: Forbidden for url: https://api.smith.langchain.com/runs/batch\', \'{"detail":"Forbidden"}\')') ^C Aborted! Failed to batch ingest runs: LangSmithError('Failed to POST https://api.smith.langchain.com/runs/batch in LangSmith API. HTTPError(\'403 Client Error: Forbidden for url: https://api.smith.langchain.com/runs/batch\', \'{"detail":"Forbidden"}\')')
Feature summary
Get user to trace their LLM usage on LangChain
Feature description
Since this project uses LangChain to manage all the LLM requests, It would be great to let user to trace all the use of LLM on LangChain/LangSmith platform.
I tried to supply the LangChain environment variables in the main func as instructed by LangChain:
error:
Failed to batch ingest runs: LangSmithError('Failed to POST https://api.smith.langchain.com/runs/batch in LangSmith API. HTTPError(\'403 Client Error: Forbidden for url: https://api.smith.langchain.com/runs/batch\', \'{"detail":"Forbidden"}\')') ^C Aborted! Failed to batch ingest runs: LangSmithError('Failed to POST https://api.smith.langchain.com/runs/batch in LangSmith API. HTTPError(\'403 Client Error: Forbidden for url: https://api.smith.langchain.com/runs/batch\', \'{"detail":"Forbidden"}\')')
Motivation
No response
Alternatives considered
No response
Additional context
No response