Example

  • Sample Logs

    Here’s an example of a session log:

    vbnetCopyEdit2024-11-12T16:58:13.527945 INFO [SummarizeTool] Sending messages to OpenAI:
    2024-11-12T16:58:13.528896 DEBUG   system: You are an AI assistant that summarizes medical texts.
    2024-11-12T16:58:13.528896 DEBUG   user: Please provide a concise summary of the following medical text: ...
    2024-11-12T16:58:13.529931 ERROR [SummarizeTool] Error during OpenAI call: 
    You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0.
    Retry 1/3

Last updated