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

fix: missing updates for logger.ts #525

Merged
merged 6 commits into from
Nov 25, 2024
Merged

Conversation

yodamaster726
Copy link
Contributor

Somehow I missed this file update on my last PR.

  • Adds a method for showing download progress used by ollama.ts when it downloads the llama local mode.
  • Fixes the VERBOSE env variable for verbose logging

Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work - please remove the change in defaultCharacter and get the CI / CD pipeline working :)

@@ -5,7 +5,7 @@ export const defaultCharacter: Character = {
username: "eliza",
plugins: [],
clients: [],
modelProvider: ModelProviderName.OPENAI,
modelProvider: ModelProviderName.OLLAMA,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm updating it back to OPENAI as it was.

@yodamaster726
Copy link
Contributor Author

Great work - please remove the change in defaultCharacter and get the CI / CD pipeline working :)

working on it

@yodamaster726
Copy link
Contributor Author

done

@yakul0

This comment was marked as abuse.

@yodamaster726
Copy link
Contributor Author

yodamaster726 commented Nov 25, 2024

@monilpat I've made the requested fixes/updates. It's ready to be merged.

@jkbrooks
Copy link
Contributor

minor conflict @yodamaster726 @monilpat pnpm-lock.yaml

@lalalune lalalune merged commit f7d871f into elizaOS:main Nov 25, 2024
2 checks passed
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.

5 participants