Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo corrected and Added template #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

metter0
Copy link

@metter0 metter0 commented Feb 2, 2025

  1. Fixed typo
    Was: import {BASE_MODEL, CLARA_MARKET_MODEL, CLARA_TWITTER_MODEL} from "../constatns.mjs";
    Now: import { BASE_MODEL, CLARA_TWITTER_MODEL } from '../constants.mjs';

  2. Added template:
    In the original code, the line with template was cut off and it was not used. Now it is added to create.

@metter0
Copy link
Author

metter0 commented Feb 11, 2025

Typo corrected and Added template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant