German Girod

Results 6 comments of German Girod

My android app is crashing if I initialize it like this, complaining that context is null, any idea ?

any updates on this @joaomdmoura ?? could this be related because I'm not using the decorators ?

Hello @thiagomoretto , thanks for replying. I found some differences I was trying to get the token usage from the crew output and here I can see that you get...

@thiagomoretto this is how I'm doing it result = self.crew.kickoff(inputs=inputs) gather_info_task_output = result.tasks_output[1].json_dict response = { 'profile': gather_info_task_output, 'total_tokens': result.token_usage.total_tokens if result.token_usage else 0 } so here you can see...

@thiagomoretto I'm using gpt-4o-mini and yes I'm using 0.83.0 version

my crew use gpt-4o and use exa apis to search contents, find similar. please let me know if you need more info. thanks