-
Notifications
You must be signed in to change notification settings - Fork 571
Open
Labels
Description
Summary:
The OpenAIProvider
has been introduced to the app. The backend has been updated accordingly and includes additional cleanup tasks.
Branch Information:
- Changes are available at: feat/openai-provider-backend-cleanup
- Branched from: cleanup/backend-unused+save-meetings-db-ui-change
- More context available here: Issue Backend Cleanup Log and Refactoring Summary - v0.0.3 #62
Changes Included:
-
Introduced
OpenAIProvider
to the backend. -
Cleanup modifications:
- Removed unused
ANTHROPIC_API_KEY
fail check. - Removed unused lock.
- Removed unused
-
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"