AIHawk-co / Auto_Jobs_Applier_AI_Agent

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.
https://aihawk.co/
Other
22.19k stars 3.27k forks source link

enabled using any OpenAI API compatible endpoint #692

Closed JohnZolton closed 1 week ago

JohnZolton commented 2 weeks ago

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"

feder-cr commented 2 weeks ago

@JohnZolton It makes no sense for it to be mandatory ,make it optional

feder-cr commented 2 weeks ago

@JohnZolton resolve the conflict