AI

    For AI observability, please refer to observability.

    [ai.embedding]
    model = "gpt-3.5-turbo"
    
    [ai.openai]
    api_key = "YOUR_API_KEY"
    completion_model = "gpt-3.5-turbo"
    
    [ai.anthropic]
    api_key = "YOUR_API_KEY"
    completion_model = "claude-2"