Conversation
There was a problem hiding this comment.
Throws me this error @Itz-Antaripa -
Something is going wrong here @Itz-Antaripa -

Its not working for me, can you check once! Few comments
PS: There's a small change in the Firecrawl api, so you might have to pull in changes from here to make scrape work- #2888
| typing | ||
| pydantic | ||
| python-dotenv | ||
| requests |
There was a problem hiding this comment.
requests is mentioned twice here, line 6 and line 10
|
|
||
| # Model Provider Selection | ||
| model_provider = st.selectbox( | ||
| "Select Model Provider", ["OpenAI", "Mistral"], index=0 |
There was a problem hiding this comment.
We're hardcoding this for only these two models? IMO maybe we should add Gemini and Claude also atleast if not more, wdyt? Also it shouldn't be a textbox, just a drop-down, non-editable. Right now I can delete OpenAI text and edit it.
|
|
||
| load_dotenv() | ||
|
|
||
| OPENAI_API_KEY = os.getenv("OPENAI_API_KEY") |
There was a problem hiding this comment.
also these shouldn't be required here as the model already imports them in their class while initialization. So we should be able to remove this.

Description
Automatically create posts for X and LinkedIn from blog posts and schedule them for later.
Type of change
Please check the options that are relevant:
Checklist
./scripts/format.shand./scripts/validate.shto ensure code is formatted and linted.