bishwarupdas

Results 3 comments of bishwarupdas

@joaomdmoura Any update on this feature? Need this. btw, Awesome job!

print("\n\n\n\n\n\n\n Start::") # Starting the task execution process with get_openai_callback() as cb: result = crew.kickoff() print(result) print(f"Total Tokens: {cb.total_tokens}") print(f"Prompt Tokens: {cb.prompt_tokens}") print(f"Completion Tokens: {cb.completion_tokens}") print(f"Total Cost (USD): ${cb.total_cost}") print("\n\n")...

@pebeid I am not sure where the code is written, but you need to add these lines when result = crew.kickoff() is called