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.
passing in the base_url to the ChatOpenAI init lets this use any OpenAI API compatible server.
For example, this let me use vLLM as a backend:
llm_model_type: openai
llm_model: "Qwen/Qwen2.5-72B-Instruct-AWQ"
llm_api_url: "http://0.0.0.0:8000/v1"
passing in the base_url to the ChatOpenAI init lets this use any OpenAI API compatible server.
For example, this let me use vLLM as a backend: llm_model_type: openai llm_model: "Qwen/Qwen2.5-72B-Instruct-AWQ" llm_api_url: "http://0.0.0.0:8000/v1"