[QUESTION]: Getting this error - WRONG_VERSION_NUMBER #729
Unanswered
satyamallya
asked this question in
Q&A
Replies: 1 comment
-
try using gemini. you can get a key for free. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary of your question
When running it against Ollama LLM config, I am getting unexpected error occurred:[SSL: WRONG_VERSION_NUMBER (_ssl.c:1000)
Question details
The program goes through linkedin and finds positions and then spits out the error when calling llm. My config.yaml is
llm_model_type: ollama
llm_model: 'llama2'
llm_api_url: 'https://127.0.0.1:11434'
The error logged on screen with the last sequence is shown
2024-10-21 13:25:42.488 | DEBUG | src.aihawk_easy_applier:job_apply:129 - Attempting to click 'Easy Apply' button
2024-10-21 13:25:42.816 | DEBUG | src.aihawk_easy_applier:job_apply:132 - 'Easy Apply' button clicked successfully
2024-10-21 13:25:42.817 | DEBUG | src.aihawk_easy_applier:job_apply:134 - Passing job information to GPT Answerer
2024-10-21 13:25:42.818 | DEBUG | src.llm.llm_manager:set_job:393 - Setting job: Job(title='Controller', company='San Francisco AIDS Foundation', location='San Francisco, CA (Hybrid)', link='https://www.linkedin.com/jo....
2024-10-21 13:25:42.851 | DEBUG | src.llm.llm_manager:call:253 - Attempting to call the LLM with messages
2024-10-21 13:25:42.859 | ERROR | src.llm.llm_manager:call:293 - Unexpected error occurred: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1000)
2024-10-21 13:25:42.860 | INFO | src.llm.llm_manager:call:294 - Waiting for 30 seconds before retrying due to an unexpected error.
2024-10-21 13:26:12.865 | DEBUG | src.llm.llm_manager:call:253 - Attempting to call the LLM with messages
2024-10-21 13:26:12.867 | ERROR | src.llm.llm_manager:call:293 - Unexpected error occurred: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1000)
2024-10-21 13:26:12.867 | INFO | src.llm.llm_manager:call:294 - Waiting for 30 seconds before retrying due to an unexpected error.
Context for the question
running error
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions