Skip to content

Introduce OpenAIProvider, Backend Cleanup, and CLI Testing Script #74

@ebinzack15

Description

@ebinzack15

Summary:

The OpenAIProvider has been introduced to the app. The backend has been updated accordingly and includes additional cleanup tasks.

Branch Information:

Changes Included:

  • Introduced OpenAIProvider to the backend.

  • Cleanup modifications:

    • Removed unused ANTHROPIC_API_KEY fail check.
    • Removed unused lock.
  • Added CLI testing script for developers (not related to the app) located at:

    backend/examples/run_summary_workflow.py
    
    

Frontend Instructions (@athulchandroth):

  • The frontend can interact with the backend to use the OpenAI provider using the following parameters:

    model="openai"
    model_name="gpt-4o-2024-11-20"
    
    

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions