Hi @Renato_Guilherme ,
Thanks for your reply. i think there is an issue with using crewai, ollama and pydantic. I requested for help. and shared my code!
I am using crewai, ollama, pandantic. But I am getting these error and it is frusttating.
here is my codes:
main.py
#!/usr/bin/env python
import sys
import warnings
from dotenv import load_dotenv
load_dotenv(‘creds.env’) # Adjust path if needed
from resume_crew.crew import ResumeCrew
warnings.filterwarnings(“ignore”, category=SyntaxWarning, module=“pysbd”)
def run():
“”"
Run the resume optimization crew.
“”"
inputs = {
‘job_url’: ‘Jobs | Careers | McKinsey & Company ’,
‘company_n…