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

Improve error handling #33

Open
StefMa opened this issue Jun 18, 2024 · 1 comment
Open

Improve error handling #33

StefMa opened this issue Jun 18, 2024 · 1 comment

Comments

@StefMa
Copy link
Collaborator

StefMa commented Jun 18, 2024

Right now I just push the err I got from various calls back.
I might want to add additional information to it like API call failed with the following error: + err.

@StefMa
Copy link
Collaborator Author

StefMa commented Oct 23, 2024

Example:
When running ollama but using an model that is not pulled (available) I get returned an empty string.

$ go run cmd/summaraizer/summaraizer.go reddit --post r/ArtificialInteligence/comments/1d16cxl/miss_ai_worlds_first_beauty_contest_with_computer/ | go run cmd/summaraizer/summaraizer.go ollama

Output:

 

(Nothing 🤓 )

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

No branches or pull requests

1 participant